Html Css Color HEX #058AFF Dodger Blue

📋 copy color: '#058AFF'

red 5 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #058AFF

Tints of Dodger Blue #058AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.07%

R = 1.26%
G = 34.67%
B = 64.07%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#058AFF (or 0x058AFF) is known color: Dodger Blue. HEX triplet: 05, 8A and FF. RGB value is (5,138,255). Sum of RGB (Red+Green+Blue) = 5+138+255=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #058AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058AFF is #FA7500. Grayscale: #6E6E6E. Windows color (decimal): -16413953 or 16747013. OLE color: 16747013.

HSL color Cylindrical-coordinate representation of color #058AFF: hue angle of 208.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AFF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 138 255 -
CMYK 0.98 0.46 0 0
HSL 208.08º 1% 0.51% -
HSV(B) 208.08º 0.98% 1% -
XYZ 27.2 25.43 98.08 -
YUV 111.57 208.94 51.99 -
System Red Green Blue C M Y K H S L
Decimal 5 138 255 0.98 0.46 0 0 208.08 1 0.51
Hex 5 8A FF 62 2E 0 0 D0 64 33
Octal 5 212 377 142 56 0 0 320 144 63
Binary 101 10001010 11111111 1100010 101110 0 0 11010000 1100100 110011

Color Harmonies of #058AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AFF

Black with #058AFF

Text Example


Text Example

White with #058AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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