Html Css Color HEX #386BFA Royal Blue

📋 copy color: '#386BFA'

red 56 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #386BFA

Tints of Royal Blue #386BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.91%

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 13.56%
G = 25.91%
B = 60.53%

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

#386BFA (or 0x386BFA) is known color: Royal Blue. HEX triplet: 38, 6B and FA. RGB value is (56,107,250). Sum of RGB (Red+Green+Blue) = 56+107+250=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #386BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFA is #C79405. Grayscale: #6B6B6B. Windows color (decimal): -13079558 or 16411448. OLE color: 16411448.

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

Color convert

RGB 56 107 250 -
CMYK 0.78 0.57 0 0.02
HSL 224.23º 0.95% 0.6% -
HSV(B) 224.23º 0.78% 0.98% -
XYZ 24.14 18.26 92.69 -
YUV 108.05 208.1 90.87 -
System Red Green Blue C M Y K H S L
Decimal 56 107 250 0.78 0.57 0 0.02 224.23 0.95 0.6
Hex 38 6B FA 4E 39 0 2 E0 5F 3C
Octal 70 153 372 116 71 0 2 340 137 74
Binary 111000 1101011 11111010 1001110 111001 0 10 11100000 1011111 111100

Color Harmonies of #386BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BFA

Black with #386BFA

Text Example


Text Example

White with #386BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,250); }

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

background-color css

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

 a { background-color: rgb(56,107,250); }

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

border-color css

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

 span { border-color: rgb(56,107,250); }

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