Html Css Color HEX #130CFD Blue

📋 copy color: '#130CFD'

red 19 ◦ green 12 ◦ blue 253

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

Shades of Blue #130CFD

Tints of Blue #130CFD

RGB

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

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

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

R = 6.69%
G = 4.23%
B = 89.08%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#130CFD (or 0x130CFD) is known color: Blue. HEX triplet: 13, 0C and FD. RGB value is (19,12,253). Sum of RGB (Red+Green+Blue) = 19+12+253=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #130CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFD is #ECF302. Grayscale: #282828. Windows color (decimal): -15528707 or 16583699. OLE color: 16583699.

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

Color convert

RGB 19 12 253 -
CMYK 0.92 0.95 0 0.01
HSL 241.74º 0.98% 0.52% -
HSV(B) 241.74º 0.95% 0.99% -
XYZ 18.13 7.49 93.42 -
YUV 41.57 247.32 111.9 -
System Red Green Blue C M Y K H S L
Decimal 19 12 253 0.92 0.95 0 0.01 241.74 0.98 0.52
Hex 13 C FD 5C 5F 0 1 F2 62 34
Octal 23 14 375 134 137 0 1 362 142 64
Binary 10011 1100 11111101 1011100 1011111 0 1 11110010 1100010 110100

Color Harmonies of #130CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CFD

Black with #130CFD

Text Example


Text Example

White with #130CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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