Html Css Color HEX #0393EC Dodger Blue

📋 copy color: '#0393EC'

red 3 ◦ green 147 ◦ blue 236

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

Shades of Dodger Blue #0393EC

Tints of Dodger Blue #0393EC

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

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

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

R = 0.78%
G = 38.08%
B = 61.14%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0393EC (or 0x0393EC) is known color: Dodger Blue. HEX triplet: 03, 93 and EC. RGB value is (3,147,236). Sum of RGB (Red+Green+Blue) = 3+147+236=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #0393EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0393EC is #FC6C13. Grayscale: #717171. Windows color (decimal): -16542740 or 15504131. OLE color: 15504131.

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

Color convert

RGB 3 147 236 -
CMYK 0.99 0.38 0 0.07
HSL 202.92º 0.97% 0.47% -
HSV(B) 202.92º 0.99% 0.93% -
XYZ 25.61 26.94 83.21 -
YUV 114.09 196.79 48.76 -
System Red Green Blue C M Y K H S L
Decimal 3 147 236 0.99 0.38 0 0.07 202.92 0.97 0.47
Hex 3 93 EC 63 26 0 7 CB 61 2F
Octal 3 223 354 143 46 0 7 313 141 57
Binary 11 10010011 11101100 1100011 100110 0 111 11001011 1100001 101111

Color Harmonies of #0393EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393EC

Black with #0393EC

Text Example


Text Example

White with #0393EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,147,236); }

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

background-color css

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

 a { background-color: rgb(3,147,236); }

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

border-color css

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

 span { border-color: rgb(3,147,236); }

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