Html Css Color HEX #386DFC Royal Blue

📋 copy color: '#386DFC'

red 56 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #386DFC

Tints of Royal Blue #386DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 13.43%
G = 26.14%
B = 60.43%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#386DFC (or 0x386DFC) is known color: Royal Blue. HEX triplet: 38, 6D and FC. RGB value is (56,109,252). Sum of RGB (Red+Green+Blue) = 56+109+252=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #386DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DFC is #C79203. Grayscale: #6C6C6C. Windows color (decimal): -13079044 or 16543032. OLE color: 16543032.

HSL color Cylindrical-coordinate representation of color #386DFC: hue angle of 223.78º 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 #386DFC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 109 252 -
CMYK 0.78 0.57 0 0.01
HSL 223.78º 0.97% 0.6% -
HSV(B) 223.78º 0.78% 0.99% -
XYZ 24.67 18.81 94.43 -
YUV 109.46 208.44 89.87 -
System Red Green Blue C M Y K H S L
Decimal 56 109 252 0.78 0.57 0 0.01 223.78 0.97 0.6
Hex 38 6D FC 4E 39 0 1 E0 61 3C
Octal 70 155 374 116 71 0 1 340 141 74
Binary 111000 1101101 11111100 1001110 111001 0 1 11100000 1100001 111100

Color Harmonies of #386DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DFC

Black with #386DFC

Text Example


Text Example

White with #386DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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