Html Css Color HEX #190FFD Blue

📋 copy color: '#190FFD'

red 25 ◦ green 15 ◦ blue 253

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

Shades of Blue #190FFD

Tints of Blue #190FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.12%

 BLUE value IS 253 (99.22% from 255) = 86.35%

R = 8.53%
G = 5.12%
B = 86.35%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#190FFD (or 0x190FFD) is known color: Blue. HEX triplet: 19, 0F and FD. RGB value is (25,15,253). Sum of RGB (Red+Green+Blue) = 25+15+253=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #190FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FFD is #E6F002. Grayscale: #2C2C2C. Windows color (decimal): -15134723 or 16584473. OLE color: 16584473.

HSL color Cylindrical-coordinate representation of color #190FFD: hue angle of 242.52º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FFD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 15 253 -
CMYK 0.90 0.94 0 0.01
HSL 242.52º 0.98% 0.53% -
HSV(B) 242.52º 0.94% 0.99% -
XYZ 18.3 7.64 93.44 -
YUV 45.12 245.31 113.65 -
System Red Green Blue C M Y K H S L
Decimal 25 15 253 0.90 0.94 0 0.01 242.52 0.98 0.53
Hex 19 F FD 5A 5E 0 1 F3 62 35
Octal 31 17 375 132 136 0 1 363 142 65
Binary 11001 1111 11111101 1011010 1011110 0 1 11110011 1100010 110101

Color Harmonies of #190FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FFD

Black with #190FFD

Text Example


Text Example

White with #190FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190FFD; }

 p { color: rgb(25,15,253); }

 H1.HeaderClassName
 {
   color: #190FFD;
 }
 .AnyTagClassName
 {
   color: #190FFD;
 }
</style>

background-color css

<style>
 a { background-color: #190FFD; }

 a { background-color: rgb(25,15,253); }

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

border-color css

<style>
 span { border-color: #190FFD; }

 span { border-color: rgb(25,15,253); }

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