Html Css Color HEX #387AFE Royal Blue

📋 copy color: '#387AFE'

red 56 ◦ green 122 ◦ blue 254

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

Shades of Royal Blue #387AFE

Tints of Royal Blue #387AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 12.96%
G = 28.24%
B = 58.8%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#387AFE (or 0x387AFE) is known color: Royal Blue. HEX triplet: 38, 7A and FE. RGB value is (56,122,254). Sum of RGB (Red+Green+Blue) = 56+122+254=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #387AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AFE is #C78501. Grayscale: #747474. Windows color (decimal): -13075714 or 16677432. OLE color: 16677432.

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

Color convert

RGB 56 122 254 -
CMYK 0.78 0.52 0 0.00
HSL 220º 0.99% 0.61% -
HSV(B) 220º 0.78% 1% -
XYZ 26.48 21.92 96.6 -
YUV 117.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 56 122 254 0.78 0.52 0 0.00 220 0.99 0.61
Hex 38 7A FE 4E 34 0 0 DC 63 3D
Octal 70 172 376 116 64 0 0 334 143 75
Binary 111000 1111010 11111110 1001110 110100 0 0 11011100 1100011 111101

Color Harmonies of #387AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AFE

Black with #387AFE

Text Example


Text Example

White with #387AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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