Html Css Color HEX #386FF1 Royal Blue

📋 copy color: '#386FF1'

red 56 ◦ green 111 ◦ blue 241

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

Shades of Royal Blue #386FF1

Tints of Royal Blue #386FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 13.73%
G = 27.21%
B = 59.07%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#386FF1 (or 0x386FF1) is known color: Royal Blue. HEX triplet: 38, 6F and F1. RGB value is (56,111,241). Sum of RGB (Red+Green+Blue) = 56+111+241=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #386FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FF1 is #C7900E. Grayscale: #6C6C6C. Windows color (decimal): -13078543 or 15822648. OLE color: 15822648.

HSL color Cylindrical-coordinate representation of color #386FF1: hue angle of 222.16º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386FF1 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 111 241 -
CMYK 0.77 0.54 0 0.05
HSL 222.16º 0.87% 0.58% -
HSV(B) 222.16º 0.77% 0.95% -
XYZ 23.19 18.56 85.58 -
YUV 109.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 56 111 241 0.77 0.54 0 0.05 222.16 0.87 0.58
Hex 38 6F F1 4D 36 0 5 DE 57 3A
Octal 70 157 361 115 66 0 5 336 127 72
Binary 111000 1101111 11110001 1001101 110110 0 101 11011110 1010111 111010

Color Harmonies of #386FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FF1

Black with #386FF1

Text Example


Text Example

White with #386FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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