Html Css Color HEX #058CEA Dodger Blue

📋 copy color: '#058CEA'

red 5 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #058CEA

Tints of Dodger Blue #058CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 1.32%
G = 36.94%
B = 61.74%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#058CEA (or 0x058CEA) is known color: Dodger Blue. HEX triplet: 05, 8C and EA. RGB value is (5,140,234). Sum of RGB (Red+Green+Blue) = 5+140+234=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #058CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CEA is #FA7315. Grayscale: #6D6D6D. Windows color (decimal): -16413462 or 15371269. OLE color: 15371269.

HSL color Cylindrical-coordinate representation of color #058CEA: hue angle of 204.63º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CEA is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 140 234 -
CMYK 0.98 0.40 0 0.08
HSL 204.63º 0.96% 0.47% -
HSV(B) 204.63º 0.98% 0.92% -
XYZ 24.29 24.73 81.33 -
YUV 110.35 197.77 52.86 -
System Red Green Blue C M Y K H S L
Decimal 5 140 234 0.98 0.40 0 0.08 204.63 0.96 0.47
Hex 5 8C EA 62 28 0 8 CD 60 2F
Octal 5 214 352 142 50 0 10 315 140 57
Binary 101 10001100 11101010 1100010 101000 0 1000 11001101 1100000 101111

Color Harmonies of #058CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CEA

Black with #058CEA

Text Example


Text Example

White with #058CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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