Html Css Color HEX #195AF2 Royal Blue

📋 copy color: '#195AF2'

red 25 ◦ green 90 ◦ blue 242

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

Shades of Royal Blue #195AF2

Tints of Royal Blue #195AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 7%
G = 25.21%
B = 67.79%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#195AF2 (or 0x195AF2) is known color: Royal Blue. HEX triplet: 19, 5A and F2. RGB value is (25,90,242). Sum of RGB (Red+Green+Blue) = 25+90+242=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #195AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195AF2 is #E6A50D. Grayscale: #575757. Windows color (decimal): -15115534 or 15882777. OLE color: 15882777.

HSL color Cylindrical-coordinate representation of color #195AF2: hue angle of 222.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195AF2 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 90 242 -
CMYK 0.90 0.63 0 0.05
HSL 222.03º 0.89% 0.52% -
HSV(B) 222.03º 0.9% 0.95% -
XYZ 20.08 13.93 85.63 -
YUV 87.89 214.97 83.14 -
System Red Green Blue C M Y K H S L
Decimal 25 90 242 0.90 0.63 0 0.05 222.03 0.89 0.52
Hex 19 5A F2 5A 3F 0 5 DE 59 34
Octal 31 132 362 132 77 0 5 336 131 64
Binary 11001 1011010 11110010 1011010 111111 0 101 11011110 1011001 110100

Color Harmonies of #195AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195AF2

Black with #195AF2

Text Example


Text Example

White with #195AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,90,242); }

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

background-color css

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

 a { background-color: rgb(25,90,242); }

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

border-color css

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

 span { border-color: rgb(25,90,242); }

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