Html Css Color HEX #130FF9 Blue

📋 copy color: '#130FF9'

red 19 ◦ green 15 ◦ blue 249

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

Shades of Blue #130FF9

Tints of Blue #130FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 87.99%

R = 6.71%
G = 5.3%
B = 87.99%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#130FF9 (or 0x130FF9) is known color: Blue. HEX triplet: 13, 0F and F9. RGB value is (19,15,249). Sum of RGB (Red+Green+Blue) = 19+15+249=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 249 (97.66% from 255 or 87.99% from 283); Max value from RGB is 249 - color contains mainly: blue. Hex color #130FF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FF9 is #ECF006. Grayscale: #292929. Windows color (decimal): -15527943 or 16322323. OLE color: 16322323.

HSL color Cylindrical-coordinate representation of color #130FF9: hue angle of 241.03º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130FF9 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 15 249 -
CMYK 0.92 0.94 0 0.02
HSL 241.03º 0.95% 0.52% -
HSV(B) 241.03º 0.94% 0.98% -
XYZ 17.54 7.32 90.11 -
YUV 42.87 244.33 110.97 -
System Red Green Blue C M Y K H S L
Decimal 19 15 249 0.92 0.94 0 0.02 241.03 0.95 0.52
Hex 13 F F9 5C 5E 0 2 F1 5F 34
Octal 23 17 371 134 136 0 2 361 137 64
Binary 10011 1111 11111001 1011100 1011110 0 10 11110001 1011111 110100

Color Harmonies of #130FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FF9

Black with #130FF9

Text Example


Text Example

White with #130FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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