Html Css Color HEX #387AFF Royal Blue

📋 copy color: '#387AFF'

red 56 ◦ green 122 ◦ blue 255

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

Shades of Royal Blue #387AFF

Tints of Royal Blue #387AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 255 (100% from 255) = 58.89%

R = 12.93%
G = 28.18%
B = 58.89%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#387AFF (or 0x387AFF) is known color: Royal Blue. HEX triplet: 38, 7A and FF. RGB value is (56,122,255). Sum of RGB (Red+Green+Blue) = 56+122+255=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #387AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AFF is #C78500. Grayscale: #747474. Windows color (decimal): -13075713 or 16742968. OLE color: 16742968.

HSL color Cylindrical-coordinate representation of color #387AFF: hue angle of 220.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387AFF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 122 255 -
CMYK 0.78 0.52 0 0
HSL 220.1º 1% 0.61% -
HSV(B) 220.1º 0.78% 1% -
XYZ 26.64 21.98 97.45 -
YUV 117.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 56 122 255 0.78 0.52 0 0 220.1 1 0.61
Hex 38 7A FF 4E 34 0 0 DC 64 3D
Octal 70 172 377 116 64 0 0 334 144 75
Binary 111000 1111010 11111111 1001110 110100 0 0 11011100 1100100 111101

Color Harmonies of #387AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AFF

Black with #387AFF

Text Example


Text Example

White with #387AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,255); }

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

background-color css

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

 a { background-color: rgb(56,122,255); }

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

border-color css

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

 span { border-color: rgb(56,122,255); }

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