Html Css Color HEX #078DFB Dodger Blue

📋 copy color: '#078DFB'

red 7 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #078DFB

Tints of Dodger Blue #078DFB

RGB

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

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

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

R = 1.75%
G = 35.34%
B = 62.91%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#078DFB (or 0x078DFB) is known color: Dodger Blue. HEX triplet: 07, 8D and FB. RGB value is (7,141,251). Sum of RGB (Red+Green+Blue) = 7+141+251=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #078DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078DFB is #F87204. Grayscale: #707070. Windows color (decimal): -16282117 or 16485639. OLE color: 16485639.

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

Color convert

RGB 7 141 251 -
CMYK 0.97 0.44 0 0.02
HSL 207.05º 0.97% 0.51% -
HSV(B) 207.05º 0.97% 0.98% -
XYZ 27.03 26.06 94.87 -
YUV 113.47 205.61 52.06 -
System Red Green Blue C M Y K H S L
Decimal 7 141 251 0.97 0.44 0 0.02 207.05 0.97 0.51
Hex 7 8D FB 61 2C 0 2 CF 61 33
Octal 7 215 373 141 54 0 2 317 141 63
Binary 111 10001101 11111011 1100001 101100 0 10 11001111 1100001 110011

Color Harmonies of #078DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DFB

Black with #078DFB

Text Example


Text Example

White with #078DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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