Html Css Color HEX #386CFD Royal Blue

📋 copy color: '#386CFD'

red 56 ◦ green 108 ◦ blue 253

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

Shades of Royal Blue #386CFD

Tints of Royal Blue #386CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 13.43%
G = 25.9%
B = 60.67%

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

#386CFD (or 0x386CFD) is known color: Royal Blue. HEX triplet: 38, 6C and FD. RGB value is (56,108,253). Sum of RGB (Red+Green+Blue) = 56+108+253=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #386CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CFD is #C79302. Grayscale: #6C6C6C. Windows color (decimal): -13079299 or 16608312. OLE color: 16608312.

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

Color convert

RGB 56 108 253 -
CMYK 0.78 0.57 0 0.01
HSL 224.16º 0.98% 0.61% -
HSV(B) 224.16º 0.78% 0.99% -
XYZ 24.72 18.66 95.23 -
YUV 108.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 56 108 253 0.78 0.57 0 0.01 224.16 0.98 0.61
Hex 38 6C FD 4E 39 0 1 E0 62 3D
Octal 70 154 375 116 71 0 1 340 142 75
Binary 111000 1101100 11111101 1001110 111001 0 1 11100000 1100010 111101

Color Harmonies of #386CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CFD

Black with #386CFD

Text Example


Text Example

White with #386CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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