Html Css Color HEX #386DFF Royal Blue

📋 copy color: '#386DFF'

red 56 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #386DFF

Tints of Royal Blue #386DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 13.33%
G = 25.95%
B = 60.71%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#386DFF (or 0x386DFF) is known color: Royal Blue. HEX triplet: 38, 6D and FF. RGB value is (56,109,255). Sum of RGB (Red+Green+Blue) = 56+109+255=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #386DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DFF is #C79200. Grayscale: #6D6D6D. Windows color (decimal): -13079041 or 16739640. OLE color: 16739640.

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

Color convert

RGB 56 109 255 -
CMYK 0.78 0.57 0 0
HSL 224.02º 1% 0.61% -
HSV(B) 224.02º 0.78% 1% -
XYZ 25.15 19 96.95 -
YUV 109.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 56 109 255 0.78 0.57 0 0 224.02 1 0.61
Hex 38 6D FF 4E 39 0 0 E0 64 3D
Octal 70 155 377 116 71 0 0 340 144 75
Binary 111000 1101101 11111111 1001110 111001 0 0 11100000 1100100 111101

Color Harmonies of #386DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DFF

Black with #386DFF

Text Example


Text Example

White with #386DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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