Html Css Color HEX #0126F9 Blue

📋 copy color: '#0126F9'

red 1 ◦ green 38 ◦ blue 249

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

Shades of Blue #0126F9

Tints of Blue #0126F9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 249 (97.66% from 255) = 86.46%

R = 0.35%
G = 13.19%
B = 86.46%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0126F9 (or 0x0126F9) is known color: Blue. HEX triplet: 01, 26 and F9. RGB value is (1,38,249). Sum of RGB (Red+Green+Blue) = 1+38+249=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 249 (97.66% from 255 or 86.46% from 288); Max value from RGB is 249 - color contains mainly: blue. Hex color #0126F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126F9 is #FED906. Grayscale: #323232. Windows color (decimal): -16701703 or 16328193. OLE color: 16328193.

HSL color Cylindrical-coordinate representation of color #0126F9: hue angle of 231.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0126F9 is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 38 249 -
CMYK 1.00 0.85 0 0.02
HSL 231.05º 0.99% 0.49% -
HSV(B) 231.05º 1% 0.98% -
XYZ 17.8 8.23 90.27 -
YUV 50.99 239.74 92.34 -
System Red Green Blue C M Y K H S L
Decimal 1 38 249 1.00 0.85 0 0.02 231.05 0.99 0.49
Hex 1 26 F9 64 55 0 2 E7 63 31
Octal 1 46 371 144 125 0 2 347 143 61
Binary 1 100110 11111001 1100100 1010101 0 10 11100111 1100011 110001

Color Harmonies of #0126F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0126F9

Black with #0126F9

Text Example


Text Example

White with #0126F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0126F9; }

 p { color: rgb(1,38,249); }

 H1.HeaderClassName
 {
   color: #0126F9;
 }
 .AnyTagClassName
 {
   color: #0126F9;
 }
</style>

background-color css

<style>
 a { background-color: #0126F9; }

 a { background-color: rgb(1,38,249); }

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

border-color css

<style>
 span { border-color: #0126F9; }

 span { border-color: rgb(1,38,249); }

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