Html Css Color HEX #0593EA Dodger Blue

📋 copy color: '#0593EA'

red 5 ◦ green 147 ◦ blue 234

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

Shades of Dodger Blue #0593EA

Tints of Dodger Blue #0593EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 1.3%
G = 38.08%
B = 60.62%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0593EA (or 0x0593EA) is known color: Dodger Blue. HEX triplet: 05, 93 and EA. RGB value is (5,147,234). Sum of RGB (Red+Green+Blue) = 5+147+234=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #0593EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0593EA is #FA6C15. Grayscale: #717171. Windows color (decimal): -16411670 or 15373061. OLE color: 15373061.

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

Color convert

RGB 5 147 234 -
CMYK 0.98 0.37 0 0.08
HSL 202.79º 0.96% 0.47% -
HSV(B) 202.79º 0.98% 0.92% -
XYZ 25.35 26.84 81.69 -
YUV 114.46 195.46 49.93 -
System Red Green Blue C M Y K H S L
Decimal 5 147 234 0.98 0.37 0 0.08 202.79 0.96 0.47
Hex 5 93 EA 62 25 0 8 CB 60 2F
Octal 5 223 352 142 45 0 10 313 140 57
Binary 101 10010011 11101010 1100010 100101 0 1000 11001011 1100000 101111

Color Harmonies of #0593EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593EA

Black with #0593EA

Text Example


Text Example

White with #0593EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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