Html Css Color HEX #195FEE Royal Blue

📋 copy color: '#195FEE'

red 25 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #195FEE

Tints of Royal Blue #195FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 6.98%
G = 26.54%
B = 66.48%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#195FEE (or 0x195FEE) is known color: Royal Blue. HEX triplet: 19, 5F and EE. RGB value is (25,95,238). Sum of RGB (Red+Green+Blue) = 25+95+238=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #195FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FEE is #E6A011. Grayscale: #595959. Windows color (decimal): -15114258 or 15621913. OLE color: 15621913.

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

Color convert

RGB 25 95 238 -
CMYK 0.89 0.60 0 0.07
HSL 220.28º 0.86% 0.52% -
HSV(B) 220.28º 0.89% 0.93% -
XYZ 19.93 14.56 82.65 -
YUV 90.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 25 95 238 0.89 0.60 0 0.07 220.28 0.86 0.52
Hex 19 5F EE 59 3C 0 7 DC 56 34
Octal 31 137 356 131 74 0 7 334 126 64
Binary 11001 1011111 11101110 1011001 111100 0 111 11011100 1010110 110100

Color Harmonies of #195FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FEE

Black with #195FEE

Text Example


Text Example

White with #195FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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