Html Css Color HEX #387BFC Royal Blue

📋 copy color: '#387BFC'

red 56 ◦ green 123 ◦ blue 252

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

Shades of Royal Blue #387BFC

Tints of Royal Blue #387BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 12.99%
G = 28.54%
B = 58.47%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#387BFC (or 0x387BFC) is known color: Royal Blue. HEX triplet: 38, 7B and FC. RGB value is (56,123,252). Sum of RGB (Red+Green+Blue) = 56+123+252=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #387BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BFC is #C78403. Grayscale: #757575. Windows color (decimal): -13075460 or 16546616. OLE color: 16546616.

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

Color convert

RGB 56 123 252 -
CMYK 0.78 0.51 0 0.01
HSL 219.49º 0.97% 0.6% -
HSV(B) 219.49º 0.78% 0.99% -
XYZ 26.28 22.03 94.96 -
YUV 117.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 56 123 252 0.78 0.51 0 0.01 219.49 0.97 0.6
Hex 38 7B FC 4E 33 0 1 DB 61 3C
Octal 70 173 374 116 63 0 1 333 141 74
Binary 111000 1111011 11111100 1001110 110011 0 1 11011011 1100001 111100

Color Harmonies of #387BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BFC

Black with #387BFC

Text Example


Text Example

White with #387BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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