Html Css Color HEX #058AF2 Dodger Blue

📋 copy color: '#058AF2'

red 5 ◦ green 138 ◦ blue 242

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

Shades of Dodger Blue #058AF2

Tints of Dodger Blue #058AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 1.3%
G = 35.84%
B = 62.86%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#058AF2 (or 0x058AF2) is known color: Dodger Blue. HEX triplet: 05, 8A and F2. RGB value is (5,138,242). Sum of RGB (Red+Green+Blue) = 5+138+242=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #058AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058AF2 is #FA750D. Grayscale: #6D6D6D. Windows color (decimal): -16413966 or 15895045. OLE color: 15895045.

HSL color Cylindrical-coordinate representation of color #058AF2: hue angle of 206.33º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AF2 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 138 242 -
CMYK 0.98 0.43 0 0.05
HSL 206.33º 0.96% 0.48% -
HSV(B) 206.33º 0.98% 0.95% -
XYZ 25.18 24.62 87.43 -
YUV 110.09 202.44 53.04 -
System Red Green Blue C M Y K H S L
Decimal 5 138 242 0.98 0.43 0 0.05 206.33 0.96 0.48
Hex 5 8A F2 62 2B 0 5 CE 60 30
Octal 5 212 362 142 53 0 5 316 140 60
Binary 101 10001010 11110010 1100010 101011 0 101 11001110 1100000 110000

Color Harmonies of #058AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AF2

Black with #058AF2

Text Example


Text Example

White with #058AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058AF2; }

 p { color: rgb(5,138,242); }

 H1.HeaderClassName
 {
   color: #058AF2;
 }
 .AnyTagClassName
 {
   color: #058AF2;
 }
</style>

background-color css

<style>
 a { background-color: #058AF2; }

 a { background-color: rgb(5,138,242); }

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

border-color css

<style>
 span { border-color: #058AF2; }

 span { border-color: rgb(5,138,242); }

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