Html Css Color HEX #0581EC Dodger Blue

📋 copy color: '#0581EC'

red 5 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #0581EC

Tints of Dodger Blue #0581EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 236 (92.58% from 255) = 63.78%

R = 1.35%
G = 34.86%
B = 63.78%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0581EC (or 0x0581EC) is known color: Dodger Blue. HEX triplet: 05, 81 and EC. RGB value is (5,129,236). Sum of RGB (Red+Green+Blue) = 5+129+236=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #0581EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0581EC is #FA7E13. Grayscale: #676767. Windows color (decimal): -16416276 or 15499525. OLE color: 15499525.

HSL color Cylindrical-coordinate representation of color #0581EC: hue angle of 207.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0581EC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 129 236 -
CMYK 0.98 0.45 0 0.07
HSL 207.79º 0.96% 0.47% -
HSV(B) 207.79º 0.98% 0.93% -
XYZ 23.05 21.79 82.35 -
YUV 104.12 202.42 57.3 -
System Red Green Blue C M Y K H S L
Decimal 5 129 236 0.98 0.45 0 0.07 207.79 0.96 0.47
Hex 5 81 EC 62 2D 0 7 D0 60 2F
Octal 5 201 354 142 55 0 7 320 140 57
Binary 101 10000001 11101100 1100010 101101 0 111 11010000 1100000 101111

Color Harmonies of #0581EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0581EC

Black with #0581EC

Text Example


Text Example

White with #0581EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0581EC; }

 p { color: rgb(5,129,236); }

 H1.HeaderClassName
 {
   color: #0581EC;
 }
 .AnyTagClassName
 {
   color: #0581EC;
 }
</style>

background-color css

<style>
 a { background-color: #0581EC; }

 a { background-color: rgb(5,129,236); }

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

border-color css

<style>
 span { border-color: #0581EC; }

 span { border-color: rgb(5,129,236); }

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