Html Css Color HEX #078CFB Dodger Blue

📋 copy color: '#078CFB'

red 7 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #078CFB

Tints of Dodger Blue #078CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 1.76%
G = 35.18%
B = 63.07%

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

#078CFB (or 0x078CFB) is known color: Dodger Blue. HEX triplet: 07, 8C and FB. RGB value is (7,140,251). Sum of RGB (Red+Green+Blue) = 7+140+251=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #078CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFB is #F87304. Grayscale: #707070. Windows color (decimal): -16282373 or 16485383. OLE color: 16485383.

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

Color convert

RGB 7 140 251 -
CMYK 0.97 0.44 0 0.02
HSL 207.3º 0.97% 0.51% -
HSV(B) 207.3º 0.97% 0.98% -
XYZ 26.88 25.77 94.82 -
YUV 112.89 205.94 52.47 -
System Red Green Blue C M Y K H S L
Decimal 7 140 251 0.97 0.44 0 0.02 207.3 0.97 0.51
Hex 7 8C FB 61 2C 0 2 CF 61 33
Octal 7 214 373 141 54 0 2 317 141 63
Binary 111 10001100 11111011 1100001 101100 0 10 11001111 1100001 110011

Color Harmonies of #078CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CFB

Black with #078CFB

Text Example


Text Example

White with #078CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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