Html Css Color HEX #395DDF Royal Blue

📋 copy color: '#395DDF'

red 57 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #395DDF

Tints of Royal Blue #395DDF

RGB

 RED value IS 57 (22.66% from 255) = 15.28%

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 15.28%
G = 24.93%
B = 59.79%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#395DDF (or 0x395DDF) is known color: Royal Blue. HEX triplet: 39, 5D and DF. RGB value is (57,93,223). Sum of RGB (Red+Green+Blue) = 57+93+223=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #395DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDF is #C6A220. Grayscale: #606060. Windows color (decimal): -13017633 or 14638393. OLE color: 14638393.

HSL color Cylindrical-coordinate representation of color #395DDF: hue angle of 226.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395DDF is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 93 223 -
CMYK 0.74 0.58 0 0.13
HSL 226.99º 0.72% 0.55% -
HSV(B) 226.99º 0.74% 0.87% -
XYZ 18.92 14.03 71.52 -
YUV 97.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 57 93 223 0.74 0.58 0 0.13 226.99 0.72 0.55
Hex 39 5D DF 4A 3A 0 D E3 48 37
Octal 71 135 337 112 72 0 15 343 110 67
Binary 111001 1011101 11011111 1001010 111010 0 1101 11100011 1001000 110111

Color Harmonies of #395DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DDF

Black with #395DDF

Text Example


Text Example

White with #395DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395DDF; }

 p { color: rgb(57,93,223); }

 H1.HeaderClassName
 {
   color: #395DDF;
 }
 .AnyTagClassName
 {
   color: #395DDF;
 }
</style>

background-color css

<style>
 a { background-color: #395DDF; }

 a { background-color: rgb(57,93,223); }

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

border-color css

<style>
 span { border-color: #395DDF; }

 span { border-color: rgb(57,93,223); }

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