Html Css Color HEX #195DED Royal Blue

📋 copy color: '#195DED'

red 25 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #195DED

Tints of Royal Blue #195DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 7.04%
G = 26.2%
B = 66.76%

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

#195DED (or 0x195DED) is known color: Royal Blue. HEX triplet: 19, 5D and ED. RGB value is (25,93,237). Sum of RGB (Red+Green+Blue) = 25+93+237=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #195DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DED is #E6A212. Grayscale: #585858. Windows color (decimal): -15114771 or 15555865. OLE color: 15555865.

HSL color Cylindrical-coordinate representation of color #195DED: hue angle of 220.75º 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 #195DED is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 93 237 -
CMYK 0.89 0.61 0 0.07
HSL 220.75º 0.85% 0.51% -
HSV(B) 220.75º 0.89% 0.93% -
XYZ 19.6 14.15 81.82 -
YUV 89.08 211.47 82.29 -
System Red Green Blue C M Y K H S L
Decimal 25 93 237 0.89 0.61 0 0.07 220.75 0.85 0.51
Hex 19 5D ED 59 3D 0 7 DD 55 33
Octal 31 135 355 131 75 0 7 335 125 63
Binary 11001 1011101 11101101 1011001 111101 0 111 11011101 1010101 110011

Color Harmonies of #195DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DED

Black with #195DED

Text Example


Text Example

White with #195DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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