Html Css Color HEX #0590EF Dodger Blue

📋 copy color: '#0590EF'

red 5 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #0590EF

Tints of Dodger Blue #0590EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 1.29%
G = 37.11%
B = 61.6%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0590EF (or 0x0590EF) is known color: Dodger Blue. HEX triplet: 05, 90 and EF. RGB value is (5,144,239). Sum of RGB (Red+Green+Blue) = 5+144+239=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #0590EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0590EF is #FA6F10. Grayscale: #707070. Windows color (decimal): -16412433 or 15699973. OLE color: 15699973.

HSL color Cylindrical-coordinate representation of color #0590EF: hue angle of 204.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0590EF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 144 239 -
CMYK 0.98 0.40 0 0.06
HSL 204.36º 0.96% 0.48% -
HSV(B) 204.36º 0.98% 0.94% -
XYZ 25.62 26.21 85.37 -
YUV 113.27 198.95 50.78 -
System Red Green Blue C M Y K H S L
Decimal 5 144 239 0.98 0.40 0 0.06 204.36 0.96 0.48
Hex 5 90 EF 62 28 0 6 CC 60 30
Octal 5 220 357 142 50 0 6 314 140 60
Binary 101 10010000 11101111 1100010 101000 0 110 11001100 1100000 110000

Color Harmonies of #0590EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590EF

Black with #0590EF

Text Example


Text Example

White with #0590EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0590EF; }

 p { color: rgb(5,144,239); }

 H1.HeaderClassName
 {
   color: #0590EF;
 }
 .AnyTagClassName
 {
   color: #0590EF;
 }
</style>

background-color css

<style>
 a { background-color: #0590EF; }

 a { background-color: rgb(5,144,239); }

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

border-color css

<style>
 span { border-color: #0590EF; }

 span { border-color: rgb(5,144,239); }

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