Html Css Color HEX #130AFD Blue

📋 copy color: '#130AFD'

red 19 ◦ green 10 ◦ blue 253

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

Shades of Blue #130AFD

Tints of Blue #130AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 253 (99.22% from 255) = 89.72%

R = 6.74%
G = 3.55%
B = 89.72%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#130AFD (or 0x130AFD) is known color: Blue. HEX triplet: 13, 0A and FD. RGB value is (19,10,253). Sum of RGB (Red+Green+Blue) = 19+10+253=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #130AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AFD is #ECF502. Grayscale: #272727. Windows color (decimal): -15529219 or 16583187. OLE color: 16583187.

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

Color convert

RGB 19 10 253 -
CMYK 0.92 0.96 0 0.01
HSL 242.22º 0.98% 0.52% -
HSV(B) 242.22º 0.96% 0.99% -
XYZ 18.11 7.45 93.41 -
YUV 40.39 247.98 112.74 -
System Red Green Blue C M Y K H S L
Decimal 19 10 253 0.92 0.96 0 0.01 242.22 0.98 0.52
Hex 13 A FD 5C 60 0 1 F2 62 34
Octal 23 12 375 134 140 0 1 362 142 64
Binary 10011 1010 11111101 1011100 1100000 0 1 11110010 1100010 110100

Color Harmonies of #130AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AFD

Black with #130AFD

Text Example


Text Example

White with #130AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,253); }

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

background-color css

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

 a { background-color: rgb(19,10,253); }

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

border-color css

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

 span { border-color: rgb(19,10,253); }

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