Html Css Color HEX #078EED Dodger Blue

📋 copy color: '#078EED'

red 7 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #078EED

Tints of Dodger Blue #078EED

RGB

 RED value IS 7 (3.13% from 255) = 1.81%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 1.81%
G = 36.79%
B = 61.4%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#078EED (or 0x078EED) is known color: Dodger Blue. HEX triplet: 07, 8E and ED. RGB value is (7,142,237). Sum of RGB (Red+Green+Blue) = 7+142+237=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #078EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EED is #F87112. Grayscale: #6F6F6F. Windows color (decimal): -16281875 or 15568391. OLE color: 15568391.

HSL color Cylindrical-coordinate representation of color #078EED: hue angle of 204.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EED is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 142 237 -
CMYK 0.97 0.40 0 0.07
HSL 204.78º 0.94% 0.48% -
HSV(B) 204.78º 0.97% 0.93% -
XYZ 25.05 25.51 83.72 -
YUV 112.47 198.27 52.78 -
System Red Green Blue C M Y K H S L
Decimal 7 142 237 0.97 0.40 0 0.07 204.78 0.94 0.48
Hex 7 8E ED 61 28 0 7 CD 5E 30
Octal 7 216 355 141 50 0 7 315 136 60
Binary 111 10001110 11101101 1100001 101000 0 111 11001101 1011110 110000

Color Harmonies of #078EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EED

Black with #078EED

Text Example


Text Example

White with #078EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078EED; }

 p { color: rgb(7,142,237); }

 H1.HeaderClassName
 {
   color: #078EED;
 }
 .AnyTagClassName
 {
   color: #078EED;
 }
</style>

background-color css

<style>
 a { background-color: #078EED; }

 a { background-color: rgb(7,142,237); }

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

border-color css

<style>
 span { border-color: #078EED; }

 span { border-color: rgb(7,142,237); }

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