Html Css Color HEX #078EFB Dodger Blue

📋 copy color: '#078EFB'

red 7 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #078EFB

Tints of Dodger Blue #078EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 1.75%
G = 35.5%
B = 62.75%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#078EFB (or 0x078EFB) is known color: Dodger Blue. HEX triplet: 07, 8E and FB. RGB value is (7,142,251). Sum of RGB (Red+Green+Blue) = 7+142+251=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #078EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EFB is #F87104. Grayscale: #717171. Windows color (decimal): -16281861 or 16485895. OLE color: 16485895.

HSL color Cylindrical-coordinate representation of color #078EFB: hue angle of 206.8º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EFB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 142 251 -
CMYK 0.97 0.43 0 0.02
HSL 206.8º 0.97% 0.51% -
HSV(B) 206.8º 0.97% 0.98% -
XYZ 27.17 26.36 94.92 -
YUV 114.06 205.27 51.64 -
System Red Green Blue C M Y K H S L
Decimal 7 142 251 0.97 0.43 0 0.02 206.8 0.97 0.51
Hex 7 8E FB 61 2B 0 2 CF 61 33
Octal 7 216 373 141 53 0 2 317 141 63
Binary 111 10001110 11111011 1100001 101011 0 10 11001111 1100001 110011

Color Harmonies of #078EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EFB

Black with #078EFB

Text Example


Text Example

White with #078EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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