Html Css Color HEX #387BDF Royal Blue

📋 copy color: '#387BDF'

red 56 ◦ green 123 ◦ blue 223

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

Shades of Royal Blue #387BDF

Tints of Royal Blue #387BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 13.93%
G = 30.6%
B = 55.47%

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

#387BDF (or 0x387BDF) is known color: Royal Blue. HEX triplet: 38, 7B and DF. RGB value is (56,123,223). Sum of RGB (Red+Green+Blue) = 56+123+223=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #387BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BDF is #C78420. Grayscale: #717171. Windows color (decimal): -13075489 or 14646072. OLE color: 14646072.

HSL color Cylindrical-coordinate representation of color #387BDF: hue angle of 215.93º 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 #387BDF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 123 223 -
CMYK 0.75 0.45 0 0.13
HSL 215.93º 0.72% 0.55% -
HSV(B) 215.93º 0.75% 0.87% -
XYZ 22.03 20.33 72.58 -
YUV 114.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 56 123 223 0.75 0.45 0 0.13 215.93 0.72 0.55
Hex 38 7B DF 4B 2D 0 D D8 48 37
Octal 70 173 337 113 55 0 15 330 110 67
Binary 111000 1111011 11011111 1001011 101101 0 1101 11011000 1001000 110111

Color Harmonies of #387BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BDF

Black with #387BDF

Text Example


Text Example

White with #387BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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