Html Css Color HEX #195DEE Royal Blue

📋 copy color: '#195DEE'

red 25 ◦ green 93 ◦ blue 238

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

Shades of Royal Blue #195DEE

Tints of Royal Blue #195DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 7.02%
G = 26.12%
B = 66.85%

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

#195DEE (or 0x195DEE) is known color: Royal Blue. HEX triplet: 19, 5D and EE. RGB value is (25,93,238). Sum of RGB (Red+Green+Blue) = 25+93+238=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #195DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DEE is #E6A211. Grayscale: #585858. Windows color (decimal): -15114770 or 15621401. OLE color: 15621401.

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

Color convert

RGB 25 93 238 -
CMYK 0.89 0.61 0 0.07
HSL 220.85º 0.86% 0.52% -
HSV(B) 220.85º 0.89% 0.93% -
XYZ 19.75 14.21 82.59 -
YUV 89.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 25 93 238 0.89 0.61 0 0.07 220.85 0.86 0.52
Hex 19 5D EE 59 3D 0 7 DD 56 34
Octal 31 135 356 131 75 0 7 335 126 64
Binary 11001 1011101 11101110 1011001 111101 0 111 11011101 1010110 110100

Color Harmonies of #195DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DEE

Black with #195DEE

Text Example


Text Example

White with #195DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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