Html Css Color HEX #078DEE Dodger Blue

📋 copy color: '#078DEE'

red 7 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #078DEE

Tints of Dodger Blue #078DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

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

R = 1.81%
G = 36.53%
B = 61.66%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#078DEE (or 0x078DEE) is known color: Dodger Blue. HEX triplet: 07, 8D and EE. RGB value is (7,141,238). Sum of RGB (Red+Green+Blue) = 7+141+238=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #078DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078DEE is #F87211. Grayscale: #6F6F6F. Windows color (decimal): -16282130 or 15633671. OLE color: 15633671.

HSL color Cylindrical-coordinate representation of color #078DEE: hue angle of 205.19º 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 #078DEE is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 141 238 -
CMYK 0.97 0.41 0 0.07
HSL 205.19º 0.94% 0.48% -
HSV(B) 205.19º 0.97% 0.93% -
XYZ 25.05 25.27 84.45 -
YUV 111.99 199.11 53.11 -
System Red Green Blue C M Y K H S L
Decimal 7 141 238 0.97 0.41 0 0.07 205.19 0.94 0.48
Hex 7 8D EE 61 29 0 7 CD 5E 30
Octal 7 215 356 141 51 0 7 315 136 60
Binary 111 10001101 11101110 1100001 101001 0 111 11001101 1011110 110000

Color Harmonies of #078DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DEE

Black with #078DEE

Text Example


Text Example

White with #078DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,141,238); }

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

background-color css

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

 a { background-color: rgb(7,141,238); }

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

border-color css

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

 span { border-color: rgb(7,141,238); }

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