Html Css Color HEX #058CFB Dodger Blue

📋 copy color: '#058CFB'

red 5 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #058CFB

Tints of Dodger Blue #058CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 1.26%
G = 35.35%
B = 63.38%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#058CFB (or 0x058CFB) is known color: Dodger Blue. HEX triplet: 05, 8C and FB. RGB value is (5,140,251). Sum of RGB (Red+Green+Blue) = 5+140+251=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #058CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CFB is #FA7304. Grayscale: #6F6F6F. Windows color (decimal): -16413445 or 16485381. OLE color: 16485381.

HSL color Cylindrical-coordinate representation of color #058CFB: hue angle of 207.07º degrees, saturation: 0.97, 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 #058CFB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 140 251 -
CMYK 0.98 0.44 0 0.02
HSL 207.07º 0.97% 0.5% -
HSV(B) 207.07º 0.98% 0.98% -
XYZ 26.85 25.75 94.82 -
YUV 112.29 206.27 51.47 -
System Red Green Blue C M Y K H S L
Decimal 5 140 251 0.98 0.44 0 0.02 207.07 0.97 0.5
Hex 5 8C FB 62 2C 0 2 CF 61 32
Octal 5 214 373 142 54 0 2 317 141 62
Binary 101 10001100 11111011 1100010 101100 0 10 11001111 1100001 110010

Color Harmonies of #058CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CFB

Black with #058CFB

Text Example


Text Example

White with #058CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,251); }

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

background-color css

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

 a { background-color: rgb(5,140,251); }

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

border-color css

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

 span { border-color: rgb(5,140,251); }

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