Html Css Color HEX #3C93EA Dodger Blue

📋 copy color: '#3C93EA'

red 60 ◦ green 147 ◦ blue 234

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

Shades of Dodger Blue #3C93EA

Tints of Dodger Blue #3C93EA

RGB

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

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

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

R = 13.61%
G = 33.33%
B = 53.06%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C93EA (or 0x3C93EA) is known color: Dodger Blue. HEX triplet: 3C, 93 and EA. RGB value is (60,147,234). Sum of RGB (Red+Green+Blue) = 60+147+234=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C93EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C93EA is #C36C15. Grayscale: #828282. Windows color (decimal): -12807190 or 15373116. OLE color: 15373116.

HSL color Cylindrical-coordinate representation of color #3C93EA: hue angle of 210º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C93EA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 147 234 -
CMYK 0.74 0.37 0 0.08
HSL 210º 0.81% 0.58% -
HSV(B) 210º 0.74% 0.92% -
XYZ 27.15 27.77 81.77 -
YUV 130.91 186.18 77.43 -
System Red Green Blue C M Y K H S L
Decimal 60 147 234 0.74 0.37 0 0.08 210 0.81 0.58
Hex 3C 93 EA 4A 25 0 8 D2 51 3A
Octal 74 223 352 112 45 0 10 322 121 72
Binary 111100 10010011 11101010 1001010 100101 0 1000 11010010 1010001 111010

Color Harmonies of #3C93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C93EA

Black with #3C93EA

Text Example


Text Example

White with #3C93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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