Html Css Color HEX #122EE0 Persian Blue

📋 copy color: '#122EE0'

red 18 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #122EE0

Tints of Persian Blue #122EE0

RGB

 RED value IS 18 (7.42% from 255) = 6.25%

 GREEN value IS 46 (18.36% from 255) = 15.97%

 BLUE value IS 224 (87.89% from 255) = 77.78%

R = 6.25%
G = 15.97%
B = 77.78%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#122EE0 (or 0x122EE0) is known color: Persian Blue. HEX triplet: 12, 2E and E0. RGB value is (18,46,224). Sum of RGB (Red+Green+Blue) = 18+46+224=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #122EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EE0 is #EDD11F. Grayscale: #393939. Windows color (decimal): -15585568 or 14691858. OLE color: 14691858.

HSL color Cylindrical-coordinate representation of color #122EE0: hue angle of 231.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EE0 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 46 224 -
CMYK 0.92 0.79 0 0.12
HSL 231.84º 0.85% 0.47% -
HSV(B) 231.84º 0.92% 0.88% -
XYZ 14.68 7.46 71.19 -
YUV 57.92 221.72 99.53 -
System Red Green Blue C M Y K H S L
Decimal 18 46 224 0.92 0.79 0 0.12 231.84 0.85 0.47
Hex 12 2E E0 5C 4F 0 C E8 55 2F
Octal 22 56 340 134 117 0 14 350 125 57
Binary 10010 101110 11100000 1011100 1001111 0 1100 11101000 1010101 101111

Color Harmonies of #122EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EE0

Black with #122EE0

Text Example


Text Example

White with #122EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122EE0; }

 p { color: rgb(18,46,224); }

 H1.HeaderClassName
 {
   color: #122EE0;
 }
 .AnyTagClassName
 {
   color: #122EE0;
 }
</style>

background-color css

<style>
 a { background-color: #122EE0; }

 a { background-color: rgb(18,46,224); }

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

border-color css

<style>
 span { border-color: #122EE0; }

 span { border-color: rgb(18,46,224); }

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