Html Css Color HEX #386FFF Royal Blue

📋 copy color: '#386FFF'

red 56 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #386FFF

Tints of Royal Blue #386FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 13.27%
G = 26.3%
B = 60.43%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#386FFF (or 0x386FFF) is known color: Royal Blue. HEX triplet: 38, 6F and FF. RGB value is (56,111,255). Sum of RGB (Red+Green+Blue) = 56+111+255=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #386FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FFF is #C79000. Grayscale: #6E6E6E. Windows color (decimal): -13078529 or 16740152. OLE color: 16740152.

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

Color convert

RGB 56 111 255 -
CMYK 0.78 0.56 0 0
HSL 223.42º 1% 0.61% -
HSV(B) 223.42º 0.78% 1% -
XYZ 25.37 19.43 97.02 -
YUV 110.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 56 111 255 0.78 0.56 0 0 223.42 1 0.61
Hex 38 6F FF 4E 38 0 0 DF 64 3D
Octal 70 157 377 116 70 0 0 337 144 75
Binary 111000 1101111 11111111 1001110 111000 0 0 11011111 1100100 111101

Color Harmonies of #386FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FFF

Black with #386FFF

Text Example


Text Example

White with #386FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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