Html Css Color HEX #386CFB Royal Blue

📋 copy color: '#386CFB'

red 56 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #386CFB

Tints of Royal Blue #386CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 13.49%
G = 26.02%
B = 60.48%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#386CFB (or 0x386CFB) is known color: Royal Blue. HEX triplet: 38, 6C and FB. RGB value is (56,108,251). Sum of RGB (Red+Green+Blue) = 56+108+251=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #386CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CFB is #C79304. Grayscale: #6C6C6C. Windows color (decimal): -13079301 or 16477240. OLE color: 16477240.

HSL color Cylindrical-coordinate representation of color #386CFB: hue angle of 224º 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 #386CFB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 108 251 -
CMYK 0.78 0.57 0 0.02
HSL 224º 0.96% 0.6% -
HSV(B) 224º 0.78% 0.98% -
XYZ 24.41 18.53 93.56 -
YUV 108.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 56 108 251 0.78 0.57 0 0.02 224 0.96 0.6
Hex 38 6C FB 4E 39 0 2 E0 60 3C
Octal 70 154 373 116 71 0 2 340 140 74
Binary 111000 1101100 11111011 1001110 111001 0 10 11100000 1100000 111100

Color Harmonies of #386CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CFB

Black with #386CFB

Text Example


Text Example

White with #386CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386CFB; }

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

 H1.HeaderClassName
 {
   color: #386CFB;
 }
 .AnyTagClassName
 {
   color: #386CFB;
 }
</style>

background-color css

<style>
 a { background-color: #386CFB; }

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

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

border-color css

<style>
 span { border-color: #386CFB; }

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

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