Html Css Color HEX #130BFD Blue

📋 copy color: '#130BFD'

red 19 ◦ green 11 ◦ blue 253

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

Shades of Blue #130BFD

Tints of Blue #130BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 6.71%
G = 3.89%
B = 89.4%

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

#130BFD (or 0x130BFD) is known color: Blue. HEX triplet: 13, 0B and FD. RGB value is (19,11,253). Sum of RGB (Red+Green+Blue) = 19+11+253=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 253 (99.22% from 255 or 89.40% from 283); Max value from RGB is 253 - color contains mainly: blue. Hex color #130BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130BFD is #ECF402. Grayscale: #282828. Windows color (decimal): -15528963 or 16583443. OLE color: 16583443.

HSL color Cylindrical-coordinate representation of color #130BFD: hue angle of 241.98º 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 #130BFD is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 11 253 -
CMYK 0.92 0.96 0 0.01
HSL 241.98º 0.98% 0.52% -
HSV(B) 241.98º 0.96% 0.99% -
XYZ 18.12 7.47 93.42 -
YUV 40.98 247.65 112.32 -
System Red Green Blue C M Y K H S L
Decimal 19 11 253 0.92 0.96 0 0.01 241.98 0.98 0.52
Hex 13 B FD 5C 60 0 1 F2 62 34
Octal 23 13 375 134 140 0 1 362 142 64
Binary 10011 1011 11111101 1011100 1100000 0 1 11110010 1100010 110100

Color Harmonies of #130BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BFD

Black with #130BFD

Text Example


Text Example

White with #130BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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