Html Css Color HEX #0128F7 Blue

📋 copy color: '#0128F7'

red 1 ◦ green 40 ◦ blue 247

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

Shades of Blue #0128F7

Tints of Blue #0128F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 85.76%

R = 0.35%
G = 13.89%
B = 85.76%

CMYK

 C value IS 1.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0128F7 (or 0x0128F7) is known color: Blue. HEX triplet: 01, 28 and F7. RGB value is (1,40,247). Sum of RGB (Red+Green+Blue) = 1+40+247=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 247 (96.88% from 255 or 85.76% from 288); Max value from RGB is 247 - color contains mainly: blue. Hex color #0128F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0128F7 is #FED708. Grayscale: #333333. Windows color (decimal): -16701193 or 16197633. OLE color: 16197633.

HSL color Cylindrical-coordinate representation of color #0128F7: hue angle of 230.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0128F7 is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 40 247 -
CMYK 1.00 0.84 0 0.03
HSL 230.49º 0.99% 0.49% -
HSV(B) 230.49º 1% 0.97% -
XYZ 17.56 8.24 88.66 -
YUV 51.94 238.08 91.67 -
System Red Green Blue C M Y K H S L
Decimal 1 40 247 1.00 0.84 0 0.03 230.49 0.99 0.49
Hex 1 28 F7 64 54 0 3 E6 63 31
Octal 1 50 367 144 124 0 3 346 143 61
Binary 1 101000 11110111 1100100 1010100 0 11 11100110 1100011 110001

Color Harmonies of #0128F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128F7

Black with #0128F7

Text Example


Text Example

White with #0128F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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