Html Css Color HEX #3C85DB Royal Blue

📋 copy color: '#3C85DB'

red 60 ◦ green 133 ◦ blue 219

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

Shades of Royal Blue #3C85DB

Tints of Royal Blue #3C85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 14.56%
G = 32.28%
B = 53.16%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C85DB (or 0x3C85DB) is known color: Royal Blue. HEX triplet: 3C, 85 and DB. RGB value is (60,133,219). Sum of RGB (Red+Green+Blue) = 60+133+219=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C85DB is #C37A24. Grayscale: #787878. Windows color (decimal): -12810789 or 14386492. OLE color: 14386492.

HSL color Cylindrical-coordinate representation of color #3C85DB: hue angle of 212.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C85DB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 133 219 -
CMYK 0.73 0.39 0 0.14
HSL 212.45º 0.69% 0.55% -
HSV(B) 212.45º 0.73% 0.86% -
XYZ 23.04 22.85 70.21 -
YUV 120.98 183.32 84.51 -
System Red Green Blue C M Y K H S L
Decimal 60 133 219 0.73 0.39 0 0.14 212.45 0.69 0.55
Hex 3C 85 DB 49 27 0 E D4 45 37
Octal 74 205 333 111 47 0 16 324 105 67
Binary 111100 10000101 11011011 1001001 100111 0 1110 11010100 1000101 110111

Color Harmonies of #3C85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C85DB

Black with #3C85DB

Text Example


Text Example

White with #3C85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,219); }

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

background-color css

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

 a { background-color: rgb(60,133,219); }

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

border-color css

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

 span { border-color: rgb(60,133,219); }

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