Html Css Color HEX #386CF9 Royal Blue

📋 copy color: '#386CF9'

red 56 ◦ green 108 ◦ blue 249

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

Shades of Royal Blue #386CF9

Tints of Royal Blue #386CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 249 (97.66% from 255) = 60.29%

R = 13.56%
G = 26.15%
B = 60.29%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#386CF9 (or 0x386CF9) is known color: Royal Blue. HEX triplet: 38, 6C and F9. RGB value is (56,108,249). Sum of RGB (Red+Green+Blue) = 56+108+249=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #386CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CF9 is #C79306. Grayscale: #6B6B6B. Windows color (decimal): -13079303 or 16346168. OLE color: 16346168.

HSL color Cylindrical-coordinate representation of color #386CF9: hue angle of 223.83º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386CF9 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 108 249 -
CMYK 0.78 0.57 0 0.02
HSL 223.83º 0.94% 0.6% -
HSV(B) 223.83º 0.78% 0.98% -
XYZ 24.09 18.41 91.91 -
YUV 108.53 207.27 90.54 -
System Red Green Blue C M Y K H S L
Decimal 56 108 249 0.78 0.57 0 0.02 223.83 0.94 0.6
Hex 38 6C F9 4E 39 0 2 E0 5E 3C
Octal 70 154 371 116 71 0 2 340 136 74
Binary 111000 1101100 11111001 1001110 111001 0 10 11100000 1011110 111100

Color Harmonies of #386CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CF9

Black with #386CF9

Text Example


Text Example

White with #386CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386CF9; }

 p { color: rgb(56,108,249); }

 H1.HeaderClassName
 {
   color: #386CF9;
 }
 .AnyTagClassName
 {
   color: #386CF9;
 }
</style>

background-color css

<style>
 a { background-color: #386CF9; }

 a { background-color: rgb(56,108,249); }

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

border-color css

<style>
 span { border-color: #386CF9; }

 span { border-color: rgb(56,108,249); }

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