Html Css Color HEX #386DFE Royal Blue

📋 copy color: '#386DFE'

red 56 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #386DFE

Tints of Royal Blue #386DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 13.37%
G = 26.01%
B = 60.62%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#386DFE (or 0x386DFE) is known color: Royal Blue. HEX triplet: 38, 6D and FE. RGB value is (56,109,254). Sum of RGB (Red+Green+Blue) = 56+109+254=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #386DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DFE is #C79201. Grayscale: #6D6D6D. Windows color (decimal): -13079042 or 16674104. OLE color: 16674104.

HSL color Cylindrical-coordinate representation of color #386DFE: hue angle of 223.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386DFE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 109 254 -
CMYK 0.78 0.57 0 0.00
HSL 223.94º 0.99% 0.61% -
HSV(B) 223.94º 0.78% 1% -
XYZ 24.99 18.93 96.1 -
YUV 109.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 56 109 254 0.78 0.57 0 0.00 223.94 0.99 0.61
Hex 38 6D FE 4E 39 0 0 E0 63 3D
Octal 70 155 376 116 71 0 0 340 143 75
Binary 111000 1101101 11111110 1001110 111001 0 0 11100000 1100011 111101

Color Harmonies of #386DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DFE

Black with #386DFE

Text Example


Text Example

White with #386DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,254); }

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

background-color css

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

 a { background-color: rgb(56,109,254); }

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

border-color css

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

 span { border-color: rgb(56,109,254); }

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