Html Css Color HEX #130CFE Blue

📋 copy color: '#130CFE'

red 19 ◦ green 12 ◦ blue 254

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

Shades of Blue #130CFE

Tints of Blue #130CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 89.12%

R = 6.67%
G = 4.21%
B = 89.12%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#130CFE (or 0x130CFE) is known color: Blue. HEX triplet: 13, 0C and FE. RGB value is (19,12,254). Sum of RGB (Red+Green+Blue) = 19+12+254=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #130CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFE is #ECF301. Grayscale: #282828. Windows color (decimal): -15528706 or 16649235. OLE color: 16649235.

HSL color Cylindrical-coordinate representation of color #130CFE: hue angle of 241.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CFE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 12 254 -
CMYK 0.93 0.95 0 0.00
HSL 241.74º 0.99% 0.52% -
HSV(B) 241.74º 0.95% 1% -
XYZ 18.29 7.56 94.26 -
YUV 41.68 247.82 111.82 -
System Red Green Blue C M Y K H S L
Decimal 19 12 254 0.93 0.95 0 0.00 241.74 0.99 0.52
Hex 13 C FE 5D 5F 0 0 F2 63 34
Octal 23 14 376 135 137 0 0 362 143 64
Binary 10011 1100 11111110 1011101 1011111 0 0 11110010 1100011 110100

Color Harmonies of #130CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CFE

Black with #130CFE

Text Example


Text Example

White with #130CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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