Html Css Color HEX #195AF3 Royal Blue

📋 copy color: '#195AF3'

red 25 ◦ green 90 ◦ blue 243

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

Shades of Royal Blue #195AF3

Tints of Royal Blue #195AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 67.88%

R = 6.98%
G = 25.14%
B = 67.88%

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

#195AF3 (or 0x195AF3) is known color: Royal Blue. HEX triplet: 19, 5A and F3. RGB value is (25,90,243). Sum of RGB (Red+Green+Blue) = 25+90+243=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #195AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195AF3 is #E6A50C. Grayscale: #575757. Windows color (decimal): -15115533 or 15948313. OLE color: 15948313.

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

Color convert

RGB 25 90 243 -
CMYK 0.90 0.63 0 0.05
HSL 222.11º 0.9% 0.53% -
HSV(B) 222.11º 0.9% 0.95% -
XYZ 20.23 13.99 86.43 -
YUV 88.01 215.47 83.06 -
System Red Green Blue C M Y K H S L
Decimal 25 90 243 0.90 0.63 0 0.05 222.11 0.9 0.53
Hex 19 5A F3 5A 3F 0 5 DE 5A 35
Octal 31 132 363 132 77 0 5 336 132 65
Binary 11001 1011010 11110011 1011010 111111 0 101 11011110 1011010 110101

Color Harmonies of #195AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195AF3

Black with #195AF3

Text Example


Text Example

White with #195AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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