Html Css Color HEX #387BDE Royal Blue

📋 copy color: '#387BDE'

red 56 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #387BDE

Tints of Royal Blue #387BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 13.97%
G = 30.67%
B = 55.36%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#387BDE (or 0x387BDE) is known color: Royal Blue. HEX triplet: 38, 7B and DE. RGB value is (56,123,222). Sum of RGB (Red+Green+Blue) = 56+123+222=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #387BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BDE is #C78421. Grayscale: #717171. Windows color (decimal): -13075490 or 14580536. OLE color: 14580536.

HSL color Cylindrical-coordinate representation of color #387BDE: hue angle of 215.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387BDE is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 123 222 -
CMYK 0.75 0.45 0 0.13
HSL 215.78º 0.72% 0.55% -
HSV(B) 215.78º 0.75% 0.87% -
XYZ 21.9 20.28 71.87 -
YUV 114.25 188.8 86.45 -
System Red Green Blue C M Y K H S L
Decimal 56 123 222 0.75 0.45 0 0.13 215.78 0.72 0.55
Hex 38 7B DE 4B 2D 0 D D8 48 37
Octal 70 173 336 113 55 0 15 330 110 67
Binary 111000 1111011 11011110 1001011 101101 0 1101 11011000 1001000 110111

Color Harmonies of #387BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BDE

Black with #387BDE

Text Example


Text Example

White with #387BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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