Html Css Color HEX #387FDA Royal Blue

📋 copy color: '#387FDA'

red 56 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #387FDA

Tints of Royal Blue #387FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 13.97%
G = 31.67%
B = 54.36%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#387FDA (or 0x387FDA) is known color: Royal Blue. HEX triplet: 38, 7F and DA. RGB value is (56,127,218). Sum of RGB (Red+Green+Blue) = 56+127+218=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #387FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FDA is #C78025. Grayscale: #737373. Windows color (decimal): -13074470 or 14319416. OLE color: 14319416.

HSL color Cylindrical-coordinate representation of color #387FDA: hue angle of 213.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387FDA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 127 218 -
CMYK 0.74 0.42 0 0.15
HSL 213.7º 0.69% 0.54% -
HSV(B) 213.7º 0.74% 0.85% -
XYZ 21.88 21.08 69.25 -
YUV 116.15 185.48 85.1 -
System Red Green Blue C M Y K H S L
Decimal 56 127 218 0.74 0.42 0 0.15 213.7 0.69 0.54
Hex 38 7F DA 4A 2A 0 F D6 45 36
Octal 70 177 332 112 52 0 17 326 105 66
Binary 111000 1111111 11011010 1001010 101010 0 1111 11010110 1000101 110110

Color Harmonies of #387FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FDA

Black with #387FDA

Text Example


Text Example

White with #387FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,218); }

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

background-color css

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

 a { background-color: rgb(56,127,218); }

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

border-color css

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

 span { border-color: rgb(56,127,218); }

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