Html Css Color HEX #3C93EC Dodger Blue

📋 copy color: '#3C93EC'

red 60 ◦ green 147 ◦ blue 236

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

Shades of Dodger Blue #3C93EC

Tints of Dodger Blue #3C93EC

RGB

 RED value IS 60 (23.83% from 255) = 13.54%

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

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

R = 13.54%
G = 33.18%
B = 53.27%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C93EC (or 0x3C93EC) is known color: Dodger Blue. HEX triplet: 3C, 93 and EC. RGB value is (60,147,236). Sum of RGB (Red+Green+Blue) = 60+147+236=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C93EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C93EC is #C36C13. Grayscale: #828282. Windows color (decimal): -12807188 or 15504188. OLE color: 15504188.

HSL color Cylindrical-coordinate representation of color #3C93EC: hue angle of 210.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C93EC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 147 236 -
CMYK 0.75 0.38 0 0.07
HSL 210.34º 0.82% 0.58% -
HSV(B) 210.34º 0.75% 0.93% -
XYZ 27.44 27.88 83.29 -
YUV 131.13 187.18 77.26 -
System Red Green Blue C M Y K H S L
Decimal 60 147 236 0.75 0.38 0 0.07 210.34 0.82 0.58
Hex 3C 93 EC 4B 26 0 7 D2 52 3A
Octal 74 223 354 113 46 0 7 322 122 72
Binary 111100 10010011 11101100 1001011 100110 0 111 11010010 1010010 111010

Color Harmonies of #3C93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C93EC

Black with #3C93EC

Text Example


Text Example

White with #3C93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C93EC; }

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

 H1.HeaderClassName
 {
   color: #3C93EC;
 }
 .AnyTagClassName
 {
   color: #3C93EC;
 }
</style>

background-color css

<style>
 a { background-color: #3C93EC; }

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

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

border-color css

<style>
 span { border-color: #3C93EC; }

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

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