Html Css Color HEX #3866F8 Royal Blue

📋 copy color: '#3866F8'

red 56 ◦ green 102 ◦ blue 248

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

Shades of Royal Blue #3866F8

Tints of Royal Blue #3866F8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 248 (97.27% from 255) = 61.08%

R = 13.79%
G = 25.12%
B = 61.08%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3866F8 (or 0x3866F8) is known color: Royal Blue. HEX triplet: 38, 66 and F8. RGB value is (56,102,248). Sum of RGB (Red+Green+Blue) = 56+102+248=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #3866F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3866F8 is #C79907. Grayscale: #686868. Windows color (decimal): -13080840 or 16279096. OLE color: 16279096.

HSL color Cylindrical-coordinate representation of color #3866F8: hue angle of 225.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3866F8 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 102 248 -
CMYK 0.77 0.59 0 0.03
HSL 225.63º 0.93% 0.6% -
HSV(B) 225.63º 0.77% 0.97% -
XYZ 23.33 17.12 90.88 -
YUV 104.89 208.76 93.13 -
System Red Green Blue C M Y K H S L
Decimal 56 102 248 0.77 0.59 0 0.03 225.63 0.93 0.6
Hex 38 66 F8 4D 3B 0 3 E2 5D 3C
Octal 70 146 370 115 73 0 3 342 135 74
Binary 111000 1100110 11111000 1001101 111011 0 11 11100010 1011101 111100

Color Harmonies of #3866F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3866F8

Black with #3866F8

Text Example


Text Example

White with #3866F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3866F8; }

 p { color: rgb(56,102,248); }

 H1.HeaderClassName
 {
   color: #3866F8;
 }
 .AnyTagClassName
 {
   color: #3866F8;
 }
</style>

background-color css

<style>
 a { background-color: #3866F8; }

 a { background-color: rgb(56,102,248); }

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

border-color css

<style>
 span { border-color: #3866F8; }

 span { border-color: rgb(56,102,248); }

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