Html Css Color HEX #0122F7 Blue

📋 copy color: '#0122F7'

red 1 ◦ green 34 ◦ blue 247

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

Shades of Blue #0122F7

Tints of Blue #0122F7

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 0.35%
G = 12.06%
B = 87.59%

CMYK

 C value IS 1.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0122F7 (or 0x0122F7) is known color: Blue. HEX triplet: 01, 22 and F7. RGB value is (1,34,247). Sum of RGB (Red+Green+Blue) = 1+34+247=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 247 (96.88% from 255 or 87.59% from 282); Max value from RGB is 247 - color contains mainly: blue. Hex color #0122F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0122F7 is #FEDD08. Grayscale: #2F2F2F. Windows color (decimal): -16702729 or 16196097. OLE color: 16196097.

HSL color Cylindrical-coordinate representation of color #0122F7: hue angle of 231.95º 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 #0122F7 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 34 247 -
CMYK 1.00 0.86 0 0.03
HSL 231.95º 0.99% 0.49% -
HSV(B) 231.95º 1% 0.97% -
XYZ 17.37 7.87 88.6 -
YUV 48.42 240.07 94.18 -
System Red Green Blue C M Y K H S L
Decimal 1 34 247 1.00 0.86 0 0.03 231.95 0.99 0.49
Hex 1 22 F7 64 56 0 3 E8 63 31
Octal 1 42 367 144 126 0 3 350 143 61
Binary 1 100010 11110111 1100100 1010110 0 11 11101000 1100011 110001

Color Harmonies of #0122F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0122F7

Black with #0122F7

Text Example


Text Example

White with #0122F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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