Html Css Color HEX #387CF4 Royal Blue

📋 copy color: '#387CF4'

red 56 ◦ green 124 ◦ blue 244

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

Shades of Royal Blue #387CF4

Tints of Royal Blue #387CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 13.21%
G = 29.25%
B = 57.55%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#387CF4 (or 0x387CF4) is known color: Royal Blue. HEX triplet: 38, 7C and F4. RGB value is (56,124,244). Sum of RGB (Red+Green+Blue) = 56+124+244=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #387CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CF4 is #C7830B. Grayscale: #747474. Windows color (decimal): -13075212 or 16022584. OLE color: 16022584.

HSL color Cylindrical-coordinate representation of color #387CF4: hue angle of 218.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387CF4 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 124 244 -
CMYK 0.77 0.49 0 0.04
HSL 218.3º 0.9% 0.59% -
HSV(B) 218.3º 0.77% 0.96% -
XYZ 25.17 21.79 88.47 -
YUV 117.35 199.47 84.24 -
System Red Green Blue C M Y K H S L
Decimal 56 124 244 0.77 0.49 0 0.04 218.3 0.9 0.59
Hex 38 7C F4 4D 31 0 4 DA 5A 3B
Octal 70 174 364 115 61 0 4 332 132 73
Binary 111000 1111100 11110100 1001101 110001 0 100 11011010 1011010 111011

Color Harmonies of #387CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CF4

Black with #387CF4

Text Example


Text Example

White with #387CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,244); }

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

background-color css

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

 a { background-color: rgb(56,124,244); }

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

border-color css

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

 span { border-color: rgb(56,124,244); }

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