Html Css Color HEX #007CEE Dodger Blue

📋 copy color: '#007CEE'

red 0 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #007CEE

Tints of Dodger Blue #007CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 0%
G = 34.25%
B = 65.75%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#007CEE (or 0x007CEE) is known color: Dodger Blue. HEX triplet: 00, 7C and EE. RGB value is (0,124,238). Sum of RGB (Red+Green+Blue) = 0+124+238=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #007CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CEE is #FF8311. Grayscale: #636363. Windows color (decimal): -16745234 or 15629312. OLE color: 15629312.

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

Color convert

RGB 0 124 238 -
CMYK 1 0.48 0 0.07
HSL 208.74º 1% 0.47% -
HSV(B) 208.74º 1% 0.93% -
XYZ 22.64 20.59 83.67 -
YUV 99.92 205.92 56.73 -
System Red Green Blue C M Y K H S L
Decimal 0 124 238 1 0.48 0 0.07 208.74 1 0.47
Hex 0 7C EE 64 30 0 7 D1 64 2F
Octal 0 174 356 144 60 0 7 321 144 57
Binary 0 1111100 11101110 1100100 110000 0 111 11010001 1100100 101111

Color Harmonies of #007CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CEE

Black with #007CEE

Text Example


Text Example

White with #007CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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