Html Css Color HEX #387FF0 Royal Blue

📋 copy color: '#387FF0'

red 56 ◦ green 127 ◦ blue 240

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

Shades of Royal Blue #387FF0

Tints of Royal Blue #387FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.74%

R = 13.24%
G = 30.02%
B = 56.74%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#387FF0 (or 0x387FF0) is known color: Royal Blue. HEX triplet: 38, 7F and F0. RGB value is (56,127,240). Sum of RGB (Red+Green+Blue) = 56+127+240=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #387FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FF0 is #C7800F. Grayscale: #767676. Windows color (decimal): -13074448 or 15761208. OLE color: 15761208.

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

Color convert

RGB 56 127 240 -
CMYK 0.77 0.47 0 0.06
HSL 216.85º 0.86% 0.58% -
HSV(B) 216.85º 0.77% 0.94% -
XYZ 24.95 22.31 85.43 -
YUV 118.65 196.48 83.31 -
System Red Green Blue C M Y K H S L
Decimal 56 127 240 0.77 0.47 0 0.06 216.85 0.86 0.58
Hex 38 7F F0 4D 2F 0 6 D9 56 3A
Octal 70 177 360 115 57 0 6 331 126 72
Binary 111000 1111111 11110000 1001101 101111 0 110 11011001 1010110 111010

Color Harmonies of #387FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FF0

Black with #387FF0

Text Example


Text Example

White with #387FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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