Html Css Color HEX #387CEA Royal Blue

📋 copy color: '#387CEA'

red 56 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #387CEA

Tints of Royal Blue #387CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 13.53%
G = 29.95%
B = 56.52%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#387CEA (or 0x387CEA) is known color: Royal Blue. HEX triplet: 38, 7C and EA. RGB value is (56,124,234). Sum of RGB (Red+Green+Blue) = 56+124+234=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #387CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CEA is #C78315. Grayscale: #737373. Windows color (decimal): -13075222 or 15367224. OLE color: 15367224.

HSL color Cylindrical-coordinate representation of color #387CEA: hue angle of 217.08º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387CEA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 124 234 -
CMYK 0.76 0.47 0 0.08
HSL 217.08º 0.81% 0.57% -
HSV(B) 217.08º 0.76% 0.92% -
XYZ 23.69 21.2 80.68 -
YUV 116.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 56 124 234 0.76 0.47 0 0.08 217.08 0.81 0.57
Hex 38 7C EA 4C 2F 0 8 D9 51 39
Octal 70 174 352 114 57 0 10 331 121 71
Binary 111000 1111100 11101010 1001100 101111 0 1000 11011001 1010001 111001

Color Harmonies of #387CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CEA

Black with #387CEA

Text Example


Text Example

White with #387CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,234); }

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

background-color css

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

 a { background-color: rgb(56,124,234); }

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

border-color css

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

 span { border-color: rgb(56,124,234); }

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