Html Css Color HEX #386DEF Royal Blue

📋 copy color: '#386DEF'

red 56 ◦ green 109 ◦ blue 239

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

Shades of Royal Blue #386DEF

Tints of Royal Blue #386DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 13.86%
G = 26.98%
B = 59.16%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#386DEF (or 0x386DEF) is known color: Royal Blue. HEX triplet: 38, 6D and EF. RGB value is (56,109,239). Sum of RGB (Red+Green+Blue) = 56+109+239=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #386DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DEF is #C79210. Grayscale: #6B6B6B. Windows color (decimal): -13079057 or 15691064. OLE color: 15691064.

HSL color Cylindrical-coordinate representation of color #386DEF: hue angle of 222.62º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386DEF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 109 239 -
CMYK 0.77 0.54 0 0.06
HSL 222.62º 0.85% 0.58% -
HSV(B) 222.62º 0.77% 0.94% -
XYZ 22.68 18.01 83.94 -
YUV 107.97 201.94 90.93 -
System Red Green Blue C M Y K H S L
Decimal 56 109 239 0.77 0.54 0 0.06 222.62 0.85 0.58
Hex 38 6D EF 4D 36 0 6 DF 55 3A
Octal 70 155 357 115 66 0 6 337 125 72
Binary 111000 1101101 11101111 1001101 110110 0 110 11011111 1010101 111010

Color Harmonies of #386DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DEF

Black with #386DEF

Text Example


Text Example

White with #386DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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