Html Css Color HEX #195BEE Royal Blue

📋 copy color: '#195BEE'

red 25 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #195BEE

Tints of Royal Blue #195BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 7.06%
G = 25.71%
B = 67.23%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#195BEE (or 0x195BEE) is known color: Royal Blue. HEX triplet: 19, 5B and EE. RGB value is (25,91,238). Sum of RGB (Red+Green+Blue) = 25+91+238=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #195BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BEE is #E6A411. Grayscale: #575757. Windows color (decimal): -15115282 or 15620889. OLE color: 15620889.

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

Color convert

RGB 25 91 238 -
CMYK 0.89 0.62 0 0.07
HSL 221.41º 0.86% 0.52% -
HSV(B) 221.41º 0.89% 0.93% -
XYZ 19.57 13.86 82.53 -
YUV 88.02 212.63 83.05 -
System Red Green Blue C M Y K H S L
Decimal 25 91 238 0.89 0.62 0 0.07 221.41 0.86 0.52
Hex 19 5B EE 59 3E 0 7 DD 56 34
Octal 31 133 356 131 76 0 7 335 126 64
Binary 11001 1011011 11101110 1011001 111110 0 111 11011101 1010110 110100

Color Harmonies of #195BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BEE

Black with #195BEE

Text Example


Text Example

White with #195BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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