Html Css Color HEX #058BFE Dodger Blue

📋 copy color: '#058BFE'

red 5 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #058BFE

Tints of Dodger Blue #058BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 1.26%
G = 34.92%
B = 63.82%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#058BFE (or 0x058BFE) is known color: Dodger Blue. HEX triplet: 05, 8B and FE. RGB value is (5,139,254). Sum of RGB (Red+Green+Blue) = 5+139+254=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #058BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BFE is #FA7401. Grayscale: #6F6F6F. Windows color (decimal): -16413698 or 16681733. OLE color: 16681733.

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

Color convert

RGB 5 139 254 -
CMYK 0.98 0.45 0 0.00
HSL 207.71º 0.99% 0.51% -
HSV(B) 207.71º 0.98% 1% -
XYZ 27.18 25.65 97.28 -
YUV 112.04 208.11 51.65 -
System Red Green Blue C M Y K H S L
Decimal 5 139 254 0.98 0.45 0 0.00 207.71 0.99 0.51
Hex 5 8B FE 62 2D 0 0 D0 63 33
Octal 5 213 376 142 55 0 0 320 143 63
Binary 101 10001011 11111110 1100010 101101 0 0 11010000 1100011 110011

Color Harmonies of #058BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BFE

Black with #058BFE

Text Example


Text Example

White with #058BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,254); }

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

background-color css

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

 a { background-color: rgb(5,139,254); }

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

border-color css

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

 span { border-color: rgb(5,139,254); }

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