Html Css Color HEX #0581EA Dodger Blue

📋 copy color: '#0581EA'

red 5 ◦ green 129 ◦ blue 234

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

Shades of Dodger Blue #0581EA

Tints of Dodger Blue #0581EA

RGB

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

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

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

R = 1.36%
G = 35.05%
B = 63.59%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0581EA (or 0x0581EA) is known color: Dodger Blue. HEX triplet: 05, 81 and EA. RGB value is (5,129,234). Sum of RGB (Red+Green+Blue) = 5+129+234=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #0581EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0581EA is #FA7E15. Grayscale: #676767. Windows color (decimal): -16416278 or 15368453. OLE color: 15368453.

HSL color Cylindrical-coordinate representation of color #0581EA: hue angle of 207.51º 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 #0581EA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 129 234 -
CMYK 0.98 0.45 0 0.08
HSL 207.51º 0.96% 0.47% -
HSV(B) 207.51º 0.98% 0.92% -
XYZ 22.76 21.67 80.83 -
YUV 103.89 201.42 57.46 -
System Red Green Blue C M Y K H S L
Decimal 5 129 234 0.98 0.45 0 0.08 207.51 0.96 0.47
Hex 5 81 EA 62 2D 0 8 D0 60 2F
Octal 5 201 352 142 55 0 10 320 140 57
Binary 101 10000001 11101010 1100010 101101 0 1000 11010000 1100000 101111

Color Harmonies of #0581EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0581EA

Black with #0581EA

Text Example


Text Example

White with #0581EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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