Html Css Color HEX #195DEC Royal Blue

📋 copy color: '#195DEC'

red 25 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #195DEC

Tints of Royal Blue #195DEC

RGB

 RED value IS 25 (10.16% from 255) = 7.06%

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

 BLUE value IS 236 (92.58% from 255) = 66.67%

R = 7.06%
G = 26.27%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#195DEC (or 0x195DEC) is known color: Royal Blue. HEX triplet: 19, 5D and EC. RGB value is (25,93,236). Sum of RGB (Red+Green+Blue) = 25+93+236=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #195DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DEC is #E6A213. Grayscale: #585858. Windows color (decimal): -15114772 or 15490329. OLE color: 15490329.

HSL color Cylindrical-coordinate representation of color #195DEC: hue angle of 220.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195DEC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 93 236 -
CMYK 0.89 0.61 0 0.07
HSL 220.66º 0.85% 0.51% -
HSV(B) 220.66º 0.89% 0.93% -
XYZ 19.46 14.09 81.05 -
YUV 88.97 210.97 82.37 -
System Red Green Blue C M Y K H S L
Decimal 25 93 236 0.89 0.61 0 0.07 220.66 0.85 0.51
Hex 19 5D EC 59 3D 0 7 DD 55 33
Octal 31 135 354 131 75 0 7 335 125 63
Binary 11001 1011101 11101100 1011001 111101 0 111 11011101 1010101 110011

Color Harmonies of #195DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DEC

Black with #195DEC

Text Example


Text Example

White with #195DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195DEC; }

 p { color: rgb(25,93,236); }

 H1.HeaderClassName
 {
   color: #195DEC;
 }
 .AnyTagClassName
 {
   color: #195DEC;
 }
</style>

background-color css

<style>
 a { background-color: #195DEC; }

 a { background-color: rgb(25,93,236); }

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

border-color css

<style>
 span { border-color: #195DEC; }

 span { border-color: rgb(25,93,236); }

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