Html Css Color HEX #059FF8 Dodger Blue

📋 copy color: '#059FF8'

red 5 ◦ green 159 ◦ blue 248

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

Shades of Dodger Blue #059FF8

Tints of Dodger Blue #059FF8

RGB

 RED value IS 5 (2.34% from 255) = 1.21%

 GREEN value IS 159 (62.5% from 255) = 38.59%

 BLUE value IS 248 (97.27% from 255) = 60.19%

R = 1.21%
G = 38.59%
B = 60.19%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#059FF8 (or 0x059FF8) is known color: Dodger Blue. HEX triplet: 05, 9F and F8. RGB value is (5,159,248). Sum of RGB (Red+Green+Blue) = 5+159+248=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #059FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FF8 is #FA6007. Grayscale: #7A7A7A. Windows color (decimal): -16408584 or 16293637. OLE color: 16293637.

HSL color Cylindrical-coordinate representation of color #059FF8: hue angle of 201.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FF8 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 159 248 -
CMYK 0.98 0.36 0 0.03
HSL 201.98º 0.96% 0.5% -
HSV(B) 201.98º 0.98% 0.97% -
XYZ 29.4 31.61 93.36 -
YUV 123.1 198.48 43.76 -
System Red Green Blue C M Y K H S L
Decimal 5 159 248 0.98 0.36 0 0.03 201.98 0.96 0.5
Hex 5 9F F8 62 24 0 3 CA 60 32
Octal 5 237 370 142 44 0 3 312 140 62
Binary 101 10011111 11111000 1100010 100100 0 11 11001010 1100000 110010

Color Harmonies of #059FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FF8

Black with #059FF8

Text Example


Text Example

White with #059FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059FF8; }

 p { color: rgb(5,159,248); }

 H1.HeaderClassName
 {
   color: #059FF8;
 }
 .AnyTagClassName
 {
   color: #059FF8;
 }
</style>

background-color css

<style>
 a { background-color: #059FF8; }

 a { background-color: rgb(5,159,248); }

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

border-color css

<style>
 span { border-color: #059FF8; }

 span { border-color: rgb(5,159,248); }

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