Html Css Color HEX #386FE7 Royal Blue

📋 copy color: '#386FE7'

red 56 ◦ green 111 ◦ blue 231

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

Shades of Royal Blue #386FE7

Tints of Royal Blue #386FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.04%

R = 14.07%
G = 27.89%
B = 58.04%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#386FE7 (or 0x386FE7) is known color: Royal Blue. HEX triplet: 38, 6F and E7. RGB value is (56,111,231). Sum of RGB (Red+Green+Blue) = 56+111+231=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #386FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FE7 is #C79018. Grayscale: #6B6B6B. Windows color (decimal): -13078553 or 15167288. OLE color: 15167288.

HSL color Cylindrical-coordinate representation of color #386FE7: hue angle of 221.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386FE7 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 111 231 -
CMYK 0.76 0.52 0 0.09
HSL 221.14º 0.78% 0.56% -
HSV(B) 221.14º 0.76% 0.91% -
XYZ 21.74 17.98 77.93 -
YUV 108.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 56 111 231 0.76 0.52 0 0.09 221.14 0.78 0.56
Hex 38 6F E7 4C 34 0 9 DD 4E 38
Octal 70 157 347 114 64 0 11 335 116 70
Binary 111000 1101111 11100111 1001100 110100 0 1001 11011101 1001110 111000

Color Harmonies of #386FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FE7

Black with #386FE7

Text Example


Text Example

White with #386FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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