Html Css Color HEX #387BFE Royal Blue

📋 copy color: '#387BFE'

red 56 ◦ green 123 ◦ blue 254

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

Shades of Royal Blue #387BFE

Tints of Royal Blue #387BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.41%

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

R = 12.93%
G = 28.41%
B = 58.66%

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

#387BFE (or 0x387BFE) is known color: Royal Blue. HEX triplet: 38, 7B and FE. RGB value is (56,123,254). Sum of RGB (Red+Green+Blue) = 56+123+254=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #387BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BFE is #C78401. Grayscale: #757575. Windows color (decimal): -13075458 or 16677688. OLE color: 16677688.

HSL color Cylindrical-coordinate representation of color #387BFE: hue angle of 219.7º 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 #387BFE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 123 254 -
CMYK 0.78 0.52 0 0.00
HSL 219.7º 0.99% 0.61% -
HSV(B) 219.7º 0.78% 1% -
XYZ 26.6 22.16 96.64 -
YUV 117.9 204.8 83.85 -
System Red Green Blue C M Y K H S L
Decimal 56 123 254 0.78 0.52 0 0.00 219.7 0.99 0.61
Hex 38 7B FE 4E 34 0 0 DC 63 3D
Octal 70 173 376 116 64 0 0 334 143 75
Binary 111000 1111011 11111110 1001110 110100 0 0 11011100 1100011 111101

Color Harmonies of #387BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BFE

Black with #387BFE

Text Example


Text Example

White with #387BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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