Html Css Color HEX #130FEE Blue

📋 copy color: '#130FEE'

red 19 ◦ green 15 ◦ blue 238

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

Shades of Blue #130FEE

Tints of Blue #130FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 87.5%

R = 6.99%
G = 5.51%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#130FEE (or 0x130FEE) is known color: Blue. HEX triplet: 13, 0F and EE. RGB value is (19,15,238). Sum of RGB (Red+Green+Blue) = 19+15+238=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 238 (93.36% from 255 or 87.5% from 272); Max value from RGB is 238 - color contains mainly: blue. Hex color #130FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FEE is #ECF011. Grayscale: #282828. Windows color (decimal): -15527954 or 15601427. OLE color: 15601427.

HSL color Cylindrical-coordinate representation of color #130FEE: hue angle of 241.08º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130FEE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 15 238 -
CMYK 0.92 0.94 0 0.07
HSL 241.08º 0.88% 0.5% -
HSV(B) 241.08º 0.94% 0.93% -
XYZ 15.87 6.65 81.34 -
YUV 41.62 238.83 111.87 -
System Red Green Blue C M Y K H S L
Decimal 19 15 238 0.92 0.94 0 0.07 241.08 0.88 0.5
Hex 13 F EE 5C 5E 0 7 F1 58 32
Octal 23 17 356 134 136 0 7 361 130 62
Binary 10011 1111 11101110 1011100 1011110 0 111 11110001 1011000 110010

Color Harmonies of #130FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FEE

Black with #130FEE

Text Example


Text Example

White with #130FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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