Html Css Color HEX #3C86EF Royal Blue

📋 copy color: '#3C86EF'

red 60 ◦ green 134 ◦ blue 239

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

Shades of Royal Blue #3C86EF

Tints of Royal Blue #3C86EF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 13.86%
G = 30.95%
B = 55.2%

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

#3C86EF (or 0x3C86EF) is known color: Royal Blue. HEX triplet: 3C, 86 and EF. RGB value is (60,134,239). Sum of RGB (Red+Green+Blue) = 60+134+239=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C86EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C86EF is #C37910. Grayscale: #7B7B7B. Windows color (decimal): -12810513 or 15697468. OLE color: 15697468.

HSL color Cylindrical-coordinate representation of color #3C86EF: hue angle of 215.2º 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 #3C86EF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 134 239 -
CMYK 0.75 0.44 0 0.06
HSL 215.2º 0.85% 0.59% -
HSV(B) 215.2º 0.75% 0.94% -
XYZ 25.97 24.24 84.97 -
YUV 123.84 192.98 82.46 -
System Red Green Blue C M Y K H S L
Decimal 60 134 239 0.75 0.44 0 0.06 215.2 0.85 0.59
Hex 3C 86 EF 4B 2C 0 6 D7 55 3B
Octal 74 206 357 113 54 0 6 327 125 73
Binary 111100 10000110 11101111 1001011 101100 0 110 11010111 1010101 111011

Color Harmonies of #3C86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C86EF

Black with #3C86EF

Text Example


Text Example

White with #3C86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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