Html Css Color HEX #3860FC Royal Blue

📋 copy color: '#3860FC'

red 56 ◦ green 96 ◦ blue 252

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

Shades of Royal Blue #3860FC

Tints of Royal Blue #3860FC

RGB

 RED value IS 56 (22.27% from 255) = 13.86%

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 13.86%
G = 23.76%
B = 62.38%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3860FC (or 0x3860FC) is known color: Royal Blue. HEX triplet: 38, 60 and FC. RGB value is (56,96,252). Sum of RGB (Red+Green+Blue) = 56+96+252=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #3860FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3860FC is #C79F03. Grayscale: #656565. Windows color (decimal): -13082372 or 16539704. OLE color: 16539704.

HSL color Cylindrical-coordinate representation of color #3860FC: hue angle of 227.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3860FC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 96 252 -
CMYK 0.78 0.62 0 0.01
HSL 227.76º 0.97% 0.6% -
HSV(B) 227.76º 0.78% 0.99% -
XYZ 23.38 16.23 94 -
YUV 101.82 212.75 95.32 -
System Red Green Blue C M Y K H S L
Decimal 56 96 252 0.78 0.62 0 0.01 227.76 0.97 0.6
Hex 38 60 FC 4E 3E 0 1 E4 61 3C
Octal 70 140 374 116 76 0 1 344 141 74
Binary 111000 1100000 11111100 1001110 111110 0 1 11100100 1100001 111100

Color Harmonies of #3860FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3860FC

Black with #3860FC

Text Example


Text Example

White with #3860FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3860FC; }

 p { color: rgb(56,96,252); }

 H1.HeaderClassName
 {
   color: #3860FC;
 }
 .AnyTagClassName
 {
   color: #3860FC;
 }
</style>

background-color css

<style>
 a { background-color: #3860FC; }

 a { background-color: rgb(56,96,252); }

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

border-color css

<style>
 span { border-color: #3860FC; }

 span { border-color: rgb(56,96,252); }

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