Html Css Color HEX #007CEF Dodger Blue

📋 copy color: '#007CEF'

red 0 ◦ green 124 ◦ blue 239

#007CEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #007CEF

Tints of Dodger Blue #007CEF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 239 (93.75% from 255) = 65.84%

R = 0%
G = 34.16%
B = 65.84%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#007CEF (or 0x007CEF) is known color: Dodger Blue. HEX triplet: 00, 7C and EF. RGB value is (0,124,239). Sum of RGB (Red+Green+Blue) = 0+124+239=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #007CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CEF is #FF8310. Grayscale: #636363. Windows color (decimal): -16745233 or 15694848. OLE color: 15694848.

HSL color Cylindrical-coordinate representation of color #007CEF: hue angle of 208.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CEF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 124 239 -
CMYK 1 0.48 0 0.06
HSL 208.87º 1% 0.47% -
HSV(B) 208.87º 1% 0.94% -
XYZ 22.79 20.65 84.45 -
YUV 100.03 206.42 56.65 -
System Red Green Blue C M Y K H S L
Decimal 0 124 239 1 0.48 0 0.06 208.87 1 0.47
Hex 0 7C EF 64 30 0 6 D1 64 2F
Octal 0 174 357 144 60 0 6 321 144 57
Binary 0 1111100 11101111 1100100 110000 0 110 11010001 1100100 101111

Color Harmonies of #007CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CEF

Black with #007CEF

Text Example


Text Example

White with #007CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007CEF; }

 p { color: rgb(0,124,239); }

 H1.HeaderClassName
 {
   color: #007CEF;
 }
 .AnyTagClassName
 {
   color: #007CEF;
 }
</style>

background-color css

<style>
 a { background-color: #007CEF; }

 a { background-color: rgb(0,124,239); }

 div.DivClassName
 {
   background-color: #007CEF;
 }
 .BgClassName
 {
   background-color: #007CEF;
 }
</style>

border-color css

<style>
 span { border-color: #007CEF; }

 span { border-color: rgb(0,124,239); }

 td.TdClassName
 {
   border-color: #007CEF;
 }
 .TagClassName
 {
   border-color: #007CEF;
 }
</style>