Html Css Color HEX #386FE1 Royal Blue

📋 copy color: '#386FE1'

red 56 ◦ green 111 ◦ blue 225

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

Shades of Royal Blue #386FE1

Tints of Royal Blue #386FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.4%

R = 14.29%
G = 28.32%
B = 57.4%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#386FE1 (or 0x386FE1) is known color: Royal Blue. HEX triplet: 38, 6F and E1. RGB value is (56,111,225). Sum of RGB (Red+Green+Blue) = 56+111+225=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #386FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FE1 is #C7901E. Grayscale: #6B6B6B. Windows color (decimal): -13078559 or 14774072. OLE color: 14774072.

HSL color Cylindrical-coordinate representation of color #386FE1: hue angle of 220.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386FE1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 111 225 -
CMYK 0.75 0.51 0 0.12
HSL 220.47º 0.74% 0.55% -
HSV(B) 220.47º 0.75% 0.88% -
XYZ 20.91 17.65 73.54 -
YUV 107.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 56 111 225 0.75 0.51 0 0.12 220.47 0.74 0.55
Hex 38 6F E1 4B 33 0 C DC 4A 37
Octal 70 157 341 113 63 0 14 334 112 67
Binary 111000 1101111 11100001 1001011 110011 0 1100 11011100 1001010 110111

Color Harmonies of #386FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FE1

Black with #386FE1

Text Example


Text Example

White with #386FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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