Html Css Color HEX #058FFB Dodger Blue

📋 copy color: '#058FFB'

red 5 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #058FFB

Tints of Dodger Blue #058FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.84%

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

R = 1.25%
G = 35.84%
B = 62.91%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#058FFB (or 0x058FFB) is known color: Dodger Blue. HEX triplet: 05, 8F and FB. RGB value is (5,143,251). Sum of RGB (Red+Green+Blue) = 5+143+251=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #058FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FFB is #FA7004. Grayscale: #717171. Windows color (decimal): -16412677 or 16486149. OLE color: 16486149.

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

Color convert

RGB 5 143 251 -
CMYK 0.98 0.43 0 0.02
HSL 206.34º 0.97% 0.5% -
HSV(B) 206.34º 0.98% 0.98% -
XYZ 27.3 26.64 94.97 -
YUV 114.05 205.28 50.22 -
System Red Green Blue C M Y K H S L
Decimal 5 143 251 0.98 0.43 0 0.02 206.34 0.97 0.5
Hex 5 8F FB 62 2B 0 2 CE 61 32
Octal 5 217 373 142 53 0 2 316 141 62
Binary 101 10001111 11111011 1100010 101011 0 10 11001110 1100001 110010

Color Harmonies of #058FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FFB

Black with #058FFB

Text Example


Text Example

White with #058FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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