Html Css Color HEX #387CEF Royal Blue

📋 copy color: '#387CEF'

red 56 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #387CEF

Tints of Royal Blue #387CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 13.37%
G = 29.59%
B = 57.04%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#387CEF (or 0x387CEF) is known color: Royal Blue. HEX triplet: 38, 7C and EF. RGB value is (56,124,239). Sum of RGB (Red+Green+Blue) = 56+124+239=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #387CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CEF is #C78310. Grayscale: #747474. Windows color (decimal): -13075217 or 15694904. OLE color: 15694904.

HSL color Cylindrical-coordinate representation of color #387CEF: hue angle of 217.7º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387CEF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 124 239 -
CMYK 0.77 0.48 0 0.06
HSL 217.7º 0.85% 0.58% -
HSV(B) 217.7º 0.77% 0.94% -
XYZ 24.42 21.49 84.52 -
YUV 116.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 56 124 239 0.77 0.48 0 0.06 217.7 0.85 0.58
Hex 38 7C EF 4D 30 0 6 DA 55 3A
Octal 70 174 357 115 60 0 6 332 125 72
Binary 111000 1111100 11101111 1001101 110000 0 110 11011010 1010101 111010

Color Harmonies of #387CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CEF

Black with #387CEF

Text Example


Text Example

White with #387CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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