Html Css Color HEX #0593F2 Dodger Blue

📋 copy color: '#0593F2'

red 5 ◦ green 147 ◦ blue 242

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

Shades of Dodger Blue #0593F2

Tints of Dodger Blue #0593F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 61.42%

R = 1.27%
G = 37.31%
B = 61.42%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0593F2 (or 0x0593F2) is known color: Dodger Blue. HEX triplet: 05, 93 and F2. RGB value is (5,147,242). Sum of RGB (Red+Green+Blue) = 5+147+242=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #0593F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0593F2 is #FA6C0D. Grayscale: #727272. Windows color (decimal): -16411662 or 15897349. OLE color: 15897349.

HSL color Cylindrical-coordinate representation of color #0593F2: hue angle of 204.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593F2 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 147 242 -
CMYK 0.98 0.39 0 0.05
HSL 204.05º 0.96% 0.48% -
HSV(B) 204.05º 0.98% 0.95% -
XYZ 26.52 27.31 87.88 -
YUV 115.37 199.46 49.28 -
System Red Green Blue C M Y K H S L
Decimal 5 147 242 0.98 0.39 0 0.05 204.05 0.96 0.48
Hex 5 93 F2 62 27 0 5 CC 60 30
Octal 5 223 362 142 47 0 5 314 140 60
Binary 101 10010011 11110010 1100010 100111 0 101 11001100 1100000 110000

Color Harmonies of #0593F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593F2

Black with #0593F2

Text Example


Text Example

White with #0593F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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