Html Css Color HEX #130FF7 Blue

📋 copy color: '#130FF7'

red 19 ◦ green 15 ◦ blue 247

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

Shades of Blue #130FF7

Tints of Blue #130FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 87.9%

R = 6.76%
G = 5.34%
B = 87.9%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#130FF7 (or 0x130FF7) is known color: Blue. HEX triplet: 13, 0F and F7. RGB value is (19,15,247). Sum of RGB (Red+Green+Blue) = 19+15+247=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 247 (96.88% from 255 or 87.90% from 281); Max value from RGB is 247 - color contains mainly: blue. Hex color #130FF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FF7 is #ECF008. Grayscale: #292929. Windows color (decimal): -15527945 or 16191251. OLE color: 16191251.

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

Color convert

RGB 19 15 247 -
CMYK 0.92 0.94 0 0.03
HSL 241.03º 0.94% 0.51% -
HSV(B) 241.03º 0.94% 0.97% -
XYZ 17.23 7.2 88.48 -
YUV 42.64 243.33 111.14 -
System Red Green Blue C M Y K H S L
Decimal 19 15 247 0.92 0.94 0 0.03 241.03 0.94 0.51
Hex 13 F F7 5C 5E 0 3 F1 5E 33
Octal 23 17 367 134 136 0 3 361 136 63
Binary 10011 1111 11110111 1011100 1011110 0 11 11110001 1011110 110011

Color Harmonies of #130FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FF7

Black with #130FF7

Text Example


Text Example

White with #130FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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