Html Css Color HEX #387BEF Royal Blue

📋 copy color: '#387BEF'

red 56 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #387BEF

Tints of Royal Blue #387BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 13.4%
G = 29.43%
B = 57.18%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#387BEF (or 0x387BEF) is known color: Royal Blue. HEX triplet: 38, 7B and EF. RGB value is (56,123,239). Sum of RGB (Red+Green+Blue) = 56+123+239=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #387BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BEF is #C78410. Grayscale: #737373. Windows color (decimal): -13075473 or 15694648. OLE color: 15694648.

HSL color Cylindrical-coordinate representation of color #387BEF: hue angle of 218.03º 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 #387BEF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 123 239 -
CMYK 0.77 0.49 0 0.06
HSL 218.03º 0.85% 0.58% -
HSV(B) 218.03º 0.77% 0.94% -
XYZ 24.29 21.24 84.48 -
YUV 116.19 197.3 85.07 -
System Red Green Blue C M Y K H S L
Decimal 56 123 239 0.77 0.49 0 0.06 218.03 0.85 0.58
Hex 38 7B EF 4D 31 0 6 DA 55 3A
Octal 70 173 357 115 61 0 6 332 125 72
Binary 111000 1111011 11101111 1001101 110001 0 110 11011010 1010101 111010

Color Harmonies of #387BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BEF

Black with #387BEF

Text Example


Text Example

White with #387BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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