Html Css Color HEX #386AFB Royal Blue

📋 copy color: '#386AFB'

red 56 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #386AFB

Tints of Royal Blue #386AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

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

R = 13.56%
G = 25.67%
B = 60.77%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#386AFB (or 0x386AFB) is known color: Royal Blue. HEX triplet: 38, 6A and FB. RGB value is (56,106,251). Sum of RGB (Red+Green+Blue) = 56+106+251=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #386AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386AFB is #C79504. Grayscale: #6A6A6A. Windows color (decimal): -13079813 or 16476728. OLE color: 16476728.

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

Color convert

RGB 56 106 251 -
CMYK 0.78 0.58 0 0.02
HSL 224.62º 0.96% 0.6% -
HSV(B) 224.62º 0.78% 0.98% -
XYZ 24.2 18.11 93.49 -
YUV 107.58 208.94 91.21 -
System Red Green Blue C M Y K H S L
Decimal 56 106 251 0.78 0.58 0 0.02 224.62 0.96 0.6
Hex 38 6A FB 4E 3A 0 2 E1 60 3C
Octal 70 152 373 116 72 0 2 341 140 74
Binary 111000 1101010 11111011 1001110 111010 0 10 11100001 1100000 111100

Color Harmonies of #386AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AFB

Black with #386AFB

Text Example


Text Example

White with #386AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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