Html Css Color HEX #222FEE Persian Blue

📋 copy color: '#222FEE'

red 34 ◦ green 47 ◦ blue 238

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

Shades of Persian Blue #222FEE

Tints of Persian Blue #222FEE

RGB

 RED value IS 34 (13.67% from 255) = 10.66%

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 10.66%
G = 14.73%
B = 74.61%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#222FEE (or 0x222FEE) is known color: Persian Blue. HEX triplet: 22, 2F and EE. RGB value is (34,47,238). Sum of RGB (Red+Green+Blue) = 34+47+238=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #222FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FEE is #DDD011. Grayscale: #404040. Windows color (decimal): -14536722 or 15609634. OLE color: 15609634.

HSL color Cylindrical-coordinate representation of color #222FEE: hue angle of 236.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222FEE is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 47 238 -
CMYK 0.86 0.80 0 0.07
HSL 236.18º 0.86% 0.53% -
HSV(B) 236.18º 0.86% 0.93% -
XYZ 17.11 8.55 81.64 -
YUV 64.89 225.69 105.97 -
System Red Green Blue C M Y K H S L
Decimal 34 47 238 0.86 0.80 0 0.07 236.18 0.86 0.53
Hex 22 2F EE 56 50 0 7 EC 56 35
Octal 42 57 356 126 120 0 7 354 126 65
Binary 100010 101111 11101110 1010110 1010000 0 111 11101100 1010110 110101

Color Harmonies of #222FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222FEE

Black with #222FEE

Text Example


Text Example

White with #222FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222FEE; }

 p { color: rgb(34,47,238); }

 H1.HeaderClassName
 {
   color: #222FEE;
 }
 .AnyTagClassName
 {
   color: #222FEE;
 }
</style>

background-color css

<style>
 a { background-color: #222FEE; }

 a { background-color: rgb(34,47,238); }

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

border-color css

<style>
 span { border-color: #222FEE; }

 span { border-color: rgb(34,47,238); }

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