Html Css Color HEX #0128FD Blue

📋 copy color: '#0128FD'

red 1 ◦ green 40 ◦ blue 253

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

Shades of Blue #0128FD

Tints of Blue #0128FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 0.34%
G = 13.61%
B = 86.05%

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

#0128FD (or 0x0128FD) is known color: Blue. HEX triplet: 01, 28 and FD. RGB value is (1,40,253). Sum of RGB (Red+Green+Blue) = 1+40+253=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #0128FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0128FD is #FED702. Grayscale: #333333. Windows color (decimal): -16701187 or 16590849. OLE color: 16590849.

HSL color Cylindrical-coordinate representation of color #0128FD: hue angle of 230.71º 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 #0128FD is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 40 253 -
CMYK 1.00 0.84 0 0.01
HSL 230.71º 0.99% 0.5% -
HSV(B) 230.71º 1% 0.99% -
XYZ 18.5 8.62 93.62 -
YUV 52.62 241.08 91.18 -
System Red Green Blue C M Y K H S L
Decimal 1 40 253 1.00 0.84 0 0.01 230.71 0.99 0.5
Hex 1 28 FD 64 54 0 1 E7 63 32
Octal 1 50 375 144 124 0 1 347 143 62
Binary 1 101000 11111101 1100100 1010100 0 1 11100111 1100011 110010

Color Harmonies of #0128FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128FD

Black with #0128FD

Text Example


Text Example

White with #0128FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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