Html Css Color HEX #078FFE Dodger Blue

📋 copy color: '#078FFE'

red 7 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #078FFE

Tints of Dodger Blue #078FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 1.73%
G = 35.4%
B = 62.87%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#078FFE (or 0x078FFE) is known color: Dodger Blue. HEX triplet: 07, 8F and FE. RGB value is (7,143,254). Sum of RGB (Red+Green+Blue) = 7+143+254=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #078FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FFE is #F87001. Grayscale: #727272. Windows color (decimal): -16281602 or 16682759. OLE color: 16682759.

HSL color Cylindrical-coordinate representation of color #078FFE: hue angle of 206.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FFE is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 143 254 -
CMYK 0.97 0.44 0 0.00
HSL 206.96º 0.99% 0.51% -
HSV(B) 206.96º 0.97% 1% -
XYZ 27.8 26.85 97.48 -
YUV 114.99 206.44 50.97 -
System Red Green Blue C M Y K H S L
Decimal 7 143 254 0.97 0.44 0 0.00 206.96 0.99 0.51
Hex 7 8F FE 61 2C 0 0 CF 63 33
Octal 7 217 376 141 54 0 0 317 143 63
Binary 111 10001111 11111110 1100001 101100 0 0 11001111 1100011 110011

Color Harmonies of #078FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FFE

Black with #078FFE

Text Example


Text Example

White with #078FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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