Html Css Color HEX #387EF5 Royal Blue

📋 copy color: '#387EF5'

red 56 ◦ green 126 ◦ blue 245

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

Shades of Royal Blue #387EF5

Tints of Royal Blue #387EF5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

 BLUE value IS 245 (96.09% from 255) = 57.38%

R = 13.11%
G = 29.51%
B = 57.38%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#387EF5 (or 0x387EF5) is known color: Royal Blue. HEX triplet: 38, 7E and F5. RGB value is (56,126,245). Sum of RGB (Red+Green+Blue) = 56+126+245=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #387EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EF5 is #C7810A. Grayscale: #767676. Windows color (decimal): -13074699 or 16088632. OLE color: 16088632.

HSL color Cylindrical-coordinate representation of color #387EF5: hue angle of 217.78º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387EF5 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 126 245 -
CMYK 0.77 0.49 0 0.04
HSL 217.78º 0.9% 0.59% -
HSV(B) 217.78º 0.77% 0.96% -
XYZ 25.57 22.36 89.35 -
YUV 118.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 56 126 245 0.77 0.49 0 0.04 217.78 0.9 0.59
Hex 38 7E F5 4D 31 0 4 DA 5A 3B
Octal 70 176 365 115 61 0 4 332 132 73
Binary 111000 1111110 11110101 1001101 110001 0 100 11011010 1011010 111011

Color Harmonies of #387EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EF5

Black with #387EF5

Text Example


Text Example

White with #387EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387EF5; }

 p { color: rgb(56,126,245); }

 H1.HeaderClassName
 {
   color: #387EF5;
 }
 .AnyTagClassName
 {
   color: #387EF5;
 }
</style>

background-color css

<style>
 a { background-color: #387EF5; }

 a { background-color: rgb(56,126,245); }

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

border-color css

<style>
 span { border-color: #387EF5; }

 span { border-color: rgb(56,126,245); }

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