Html Css Color HEX #078FEB Dodger Blue

📋 copy color: '#078FEB'

red 7 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #078FEB

Tints of Dodger Blue #078FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 1.82%
G = 37.14%
B = 61.04%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#078FEB (or 0x078FEB) is known color: Dodger Blue. HEX triplet: 07, 8F and EB. RGB value is (7,143,235). Sum of RGB (Red+Green+Blue) = 7+143+235=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #078FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FEB is #F87014. Grayscale: #707070. Windows color (decimal): -16281621 or 15437575. OLE color: 15437575.

HSL color Cylindrical-coordinate representation of color #078FEB: hue angle of 204.21º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FEB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 143 235 -
CMYK 0.97 0.39 0 0.08
HSL 204.21º 0.94% 0.47% -
HSV(B) 204.21º 0.97% 0.92% -
XYZ 24.91 25.69 82.24 -
YUV 112.82 196.94 52.52 -
System Red Green Blue C M Y K H S L
Decimal 7 143 235 0.97 0.39 0 0.08 204.21 0.94 0.47
Hex 7 8F EB 61 27 0 8 CC 5E 2F
Octal 7 217 353 141 47 0 10 314 136 57
Binary 111 10001111 11101011 1100001 100111 0 1000 11001100 1011110 101111

Color Harmonies of #078FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FEB

Black with #078FEB

Text Example


Text Example

White with #078FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,143,235); }

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

background-color css

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

 a { background-color: rgb(7,143,235); }

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

border-color css

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

 span { border-color: rgb(7,143,235); }

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