Html Css Color HEX #195CFB Royal Blue

📋 copy color: '#195CFB'

red 25 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #195CFB

Tints of Royal Blue #195CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 6.79%
G = 25%
B = 68.21%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#195CFB (or 0x195CFB) is known color: Royal Blue. HEX triplet: 19, 5C and FB. RGB value is (25,92,251). Sum of RGB (Red+Green+Blue) = 25+92+251=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #195CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CFB is #E6A304. Grayscale: #595959. Windows color (decimal): -15115013 or 16473113. OLE color: 16473113.

HSL color Cylindrical-coordinate representation of color #195CFB: hue angle of 222.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195CFB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 92 251 -
CMYK 0.90 0.63 0 0.02
HSL 222.21º 0.97% 0.54% -
HSV(B) 222.21º 0.9% 0.98% -
XYZ 21.64 14.83 92.99 -
YUV 90.09 218.8 81.57 -
System Red Green Blue C M Y K H S L
Decimal 25 92 251 0.90 0.63 0 0.02 222.21 0.97 0.54
Hex 19 5C FB 5A 3F 0 2 DE 61 36
Octal 31 134 373 132 77 0 2 336 141 66
Binary 11001 1011100 11111011 1011010 111111 0 10 11011110 1100001 110110

Color Harmonies of #195CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CFB

Black with #195CFB

Text Example


Text Example

White with #195CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,92,251); }

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

background-color css

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

 a { background-color: rgb(25,92,251); }

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

border-color css

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

 span { border-color: rgb(25,92,251); }

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