Html Css Color HEX #059EFA Dodger Blue

📋 copy color: '#059EFA'

red 5 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #059EFA

Tints of Dodger Blue #059EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

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

R = 1.21%
G = 38.26%
B = 60.53%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#059EFA (or 0x059EFA) is known color: Dodger Blue. HEX triplet: 05, 9E and FA. RGB value is (5,158,250). Sum of RGB (Red+Green+Blue) = 5+158+250=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #059EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFA is #FA6105. Grayscale: #7A7A7A. Windows color (decimal): -16408838 or 16424453. OLE color: 16424453.

HSL color Cylindrical-coordinate representation of color #059EFA: hue angle of 202.53º 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 #059EFA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 158 250 -
CMYK 0.98 0.37 0 0.02
HSL 202.53º 0.96% 0.5% -
HSV(B) 202.53º 0.98% 0.98% -
XYZ 29.54 31.39 94.94 -
YUV 122.74 199.81 44.02 -
System Red Green Blue C M Y K H S L
Decimal 5 158 250 0.98 0.37 0 0.02 202.53 0.96 0.5
Hex 5 9E FA 62 25 0 2 CB 60 32
Octal 5 236 372 142 45 0 2 313 140 62
Binary 101 10011110 11111010 1100010 100101 0 10 11001011 1100000 110010

Color Harmonies of #059EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EFA

Black with #059EFA

Text Example


Text Example

White with #059EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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