Html Css Color HEX #130FFD Blue

📋 copy color: '#130FFD'

red 19 ◦ green 15 ◦ blue 253

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

Shades of Blue #130FFD

Tints of Blue #130FFD

RGB

 RED value IS 19 (7.81% from 255) = 6.62%

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

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

R = 6.62%
G = 5.23%
B = 88.15%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#130FFD (or 0x130FFD) is known color: Blue. HEX triplet: 13, 0F and FD. RGB value is (19,15,253). Sum of RGB (Red+Green+Blue) = 19+15+253=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #130FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FFD is #ECF002. Grayscale: #2A2A2A. Windows color (decimal): -15527939 or 16584467. OLE color: 16584467.

HSL color Cylindrical-coordinate representation of color #130FFD: hue angle of 241.01º 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 #130FFD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 15 253 -
CMYK 0.92 0.94 0 0.01
HSL 241.01º 0.98% 0.53% -
HSV(B) 241.01º 0.94% 0.99% -
XYZ 18.17 7.57 93.43 -
YUV 43.33 246.33 110.65 -
System Red Green Blue C M Y K H S L
Decimal 19 15 253 0.92 0.94 0 0.01 241.01 0.98 0.53
Hex 13 F FD 5C 5E 0 1 F1 62 35
Octal 23 17 375 134 136 0 1 361 142 65
Binary 10011 1111 11111101 1011100 1011110 0 1 11110001 1100010 110101

Color Harmonies of #130FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FFD

Black with #130FFD

Text Example


Text Example

White with #130FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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