Html Css Color HEX #3C85EF Royal Blue

📋 copy color: '#3C85EF'

red 60 ◦ green 133 ◦ blue 239

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

Shades of Royal Blue #3C85EF

Tints of Royal Blue #3C85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 13.89%
G = 30.79%
B = 55.32%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C85EF (or 0x3C85EF) is known color: Royal Blue. HEX triplet: 3C, 85 and EF. RGB value is (60,133,239). Sum of RGB (Red+Green+Blue) = 60+133+239=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C85EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C85EF is #C37A10. Grayscale: #7A7A7A. Windows color (decimal): -12810769 or 15697212. OLE color: 15697212.

HSL color Cylindrical-coordinate representation of color #3C85EF: hue angle of 215.53º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C85EF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 133 239 -
CMYK 0.75 0.44 0 0.06
HSL 215.53º 0.85% 0.59% -
HSV(B) 215.53º 0.75% 0.94% -
XYZ 25.83 23.97 84.93 -
YUV 123.26 193.32 82.88 -
System Red Green Blue C M Y K H S L
Decimal 60 133 239 0.75 0.44 0 0.06 215.53 0.85 0.59
Hex 3C 85 EF 4B 2C 0 6 D8 55 3B
Octal 74 205 357 113 54 0 6 330 125 73
Binary 111100 10000101 11101111 1001011 101100 0 110 11011000 1010101 111011

Color Harmonies of #3C85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C85EF

Black with #3C85EF

Text Example


Text Example

White with #3C85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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