Html Css Color HEX #059AFA Dodger Blue

📋 copy color: '#059AFA'

red 5 ◦ green 154 ◦ blue 250

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

Shades of Dodger Blue #059AFA

Tints of Dodger Blue #059AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 1.22%
G = 37.65%
B = 61.12%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#059AFA (or 0x059AFA) is known color: Dodger Blue. HEX triplet: 05, 9A and FA. RGB value is (5,154,250). Sum of RGB (Red+Green+Blue) = 5+154+250=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #059AFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AFA is #FA6505. Grayscale: #777777. Windows color (decimal): -16409862 or 16423429. OLE color: 16423429.

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

Color convert

RGB 5 154 250 -
CMYK 0.98 0.38 0 0.02
HSL 203.51º 0.96% 0.5% -
HSV(B) 203.51º 0.98% 0.98% -
XYZ 28.87 30.05 94.72 -
YUV 120.39 201.14 45.69 -
System Red Green Blue C M Y K H S L
Decimal 5 154 250 0.98 0.38 0 0.02 203.51 0.96 0.5
Hex 5 9A FA 62 26 0 2 CC 60 32
Octal 5 232 372 142 46 0 2 314 140 62
Binary 101 10011010 11111010 1100010 100110 0 10 11001100 1100000 110010

Color Harmonies of #059AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AFA

Black with #059AFA

Text Example


Text Example

White with #059AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,250); }

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

background-color css

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

 a { background-color: rgb(5,154,250); }

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

border-color css

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

 span { border-color: rgb(5,154,250); }

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