Html Css Color HEX #387AFB Royal Blue

📋 copy color: '#387AFB'

red 56 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #387AFB

Tints of Royal Blue #387AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 13.05%
G = 28.44%
B = 58.51%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#387AFB (or 0x387AFB) is known color: Royal Blue. HEX triplet: 38, 7A and FB. RGB value is (56,122,251). Sum of RGB (Red+Green+Blue) = 56+122+251=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #387AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AFB is #C78504. Grayscale: #747474. Windows color (decimal): -13075717 or 16480824. OLE color: 16480824.

HSL color Cylindrical-coordinate representation of color #387AFB: hue angle of 219.69º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387AFB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 122 251 -
CMYK 0.78 0.51 0 0.02
HSL 219.69º 0.96% 0.6% -
HSV(B) 219.69º 0.78% 0.98% -
XYZ 26 21.72 94.09 -
YUV 116.97 203.63 84.51 -
System Red Green Blue C M Y K H S L
Decimal 56 122 251 0.78 0.51 0 0.02 219.69 0.96 0.6
Hex 38 7A FB 4E 33 0 2 DC 60 3C
Octal 70 172 373 116 63 0 2 334 140 74
Binary 111000 1111010 11111011 1001110 110011 0 10 11011100 1100000 111100

Color Harmonies of #387AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AFB

Black with #387AFB

Text Example


Text Example

White with #387AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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