Html Css Color HEX #078AFE Dodger Blue

📋 copy color: '#078AFE'

red 7 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #078AFE

Tints of Dodger Blue #078AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 1.75%
G = 34.59%
B = 63.66%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#078AFE (or 0x078AFE) is known color: Dodger Blue. HEX triplet: 07, 8A and FE. RGB value is (7,138,254). Sum of RGB (Red+Green+Blue) = 7+138+254=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #078AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AFE is #F87501. Grayscale: #6F6F6F. Windows color (decimal): -16282882 or 16681479. OLE color: 16681479.

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

Color convert

RGB 7 138 254 -
CMYK 0.97 0.46 0 0.00
HSL 208.18º 0.99% 0.51% -
HSV(B) 208.18º 0.97% 1% -
XYZ 27.07 25.38 97.24 -
YUV 112.06 208.1 53.07 -
System Red Green Blue C M Y K H S L
Decimal 7 138 254 0.97 0.46 0 0.00 208.18 0.99 0.51
Hex 7 8A FE 61 2E 0 0 D0 63 33
Octal 7 212 376 141 56 0 0 320 143 63
Binary 111 10001010 11111110 1100001 101110 0 0 11010000 1100011 110011

Color Harmonies of #078AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078AFE

Black with #078AFE

Text Example


Text Example

White with #078AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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