Html Css Color HEX #130CF0 Blue

📋 copy color: '#130CF0'

red 19 ◦ green 12 ◦ blue 240

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

Shades of Blue #130CF0

Tints of Blue #130CF0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 240 (94.14% from 255) = 88.56%

R = 7.01%
G = 4.43%
B = 88.56%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#130CF0 (or 0x130CF0) is known color: Blue. HEX triplet: 13, 0C and F0. RGB value is (19,12,240). Sum of RGB (Red+Green+Blue) = 19+12+240=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 240 (94.14% from 255 or 88.56% from 271); Max value from RGB is 240 - color contains mainly: blue. Hex color #130CF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CF0 is #ECF30F. Grayscale: #272727. Windows color (decimal): -15528720 or 15731731. OLE color: 15731731.

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

Color convert

RGB 19 12 240 -
CMYK 0.92 0.95 0 0.06
HSL 241.84º 0.9% 0.49% -
HSV(B) 241.84º 0.95% 0.94% -
XYZ 16.13 6.69 82.88 -
YUV 40.09 240.82 112.96 -
System Red Green Blue C M Y K H S L
Decimal 19 12 240 0.92 0.95 0 0.06 241.84 0.9 0.49
Hex 13 C F0 5C 5F 0 6 F2 5A 31
Octal 23 14 360 134 137 0 6 362 132 61
Binary 10011 1100 11110000 1011100 1011111 0 110 11110010 1011010 110001

Color Harmonies of #130CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CF0

Black with #130CF0

Text Example


Text Example

White with #130CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,12,240); }

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

background-color css

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

 a { background-color: rgb(19,12,240); }

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

border-color css

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

 span { border-color: rgb(19,12,240); }

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