Html Css Color HEX #0122ED Blue

📋 copy color: '#0122ED'

red 1 ◦ green 34 ◦ blue 237

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

Shades of Blue #0122ED

Tints of Blue #0122ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 87.13%

R = 0.37%
G = 12.5%
B = 87.13%

CMYK

 C value IS 1.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0122ED (or 0x0122ED) is known color: Blue. HEX triplet: 01, 22 and ED. RGB value is (1,34,237). Sum of RGB (Red+Green+Blue) = 1+34+237=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #0122ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0122ED is #FEDD12. Grayscale: #2E2E2E. Windows color (decimal): -16702739 or 15540737. OLE color: 15540737.

HSL color Cylindrical-coordinate representation of color #0122ED: hue angle of 231.61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0122ED is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 34 237 -
CMYK 1.00 0.86 0 0.07
HSL 231.61º 0.99% 0.47% -
HSV(B) 231.61º 1% 0.93% -
XYZ 15.87 7.26 80.69 -
YUV 47.28 235.07 94.99 -
System Red Green Blue C M Y K H S L
Decimal 1 34 237 1.00 0.86 0 0.07 231.61 0.99 0.47
Hex 1 22 ED 64 56 0 7 E8 63 2F
Octal 1 42 355 144 126 0 7 350 143 57
Binary 1 100010 11101101 1100100 1010110 0 111 11101000 1100011 101111

Color Harmonies of #0122ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0122ED

Black with #0122ED

Text Example


Text Example

White with #0122ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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