Html Css Color HEX #0129FD Blue

📋 copy color: '#0129FD'

red 1 ◦ green 41 ◦ blue 253

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

Shades of Blue #0129FD

Tints of Blue #0129FD

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 0.34%
G = 13.9%
B = 85.76%

CMYK

 C value IS 1.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0129FD (or 0x0129FD) is known color: Blue. HEX triplet: 01, 29 and FD. RGB value is (1,41,253). Sum of RGB (Red+Green+Blue) = 1+41+253=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #0129FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129FD is #FED602. Grayscale: #343434. Windows color (decimal): -16700931 or 16591105. OLE color: 16591105.

HSL color Cylindrical-coordinate representation of color #0129FD: hue angle of 230.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129FD is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 41 253 -
CMYK 1.00 0.84 0 0.01
HSL 230.48º 0.99% 0.5% -
HSV(B) 230.48º 1% 0.99% -
XYZ 18.54 8.68 93.63 -
YUV 53.21 240.75 90.76 -
System Red Green Blue C M Y K H S L
Decimal 1 41 253 1.00 0.84 0 0.01 230.48 0.99 0.5
Hex 1 29 FD 64 54 0 1 E6 63 32
Octal 1 51 375 144 124 0 1 346 143 62
Binary 1 101001 11111101 1100100 1010100 0 1 11100110 1100011 110010

Color Harmonies of #0129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129FD

Black with #0129FD

Text Example


Text Example

White with #0129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0129FD; }

 p { color: rgb(1,41,253); }

 H1.HeaderClassName
 {
   color: #0129FD;
 }
 .AnyTagClassName
 {
   color: #0129FD;
 }
</style>

background-color css

<style>
 a { background-color: #0129FD; }

 a { background-color: rgb(1,41,253); }

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

border-color css

<style>
 span { border-color: #0129FD; }

 span { border-color: rgb(1,41,253); }

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