Html Css Color HEX #223ED7 Persian Blue

📋 copy color: '#223ED7'

red 34 ◦ green 62 ◦ blue 215

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

Shades of Persian Blue #223ED7

Tints of Persian Blue #223ED7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 215 (84.38% from 255) = 69.13%

R = 10.93%
G = 19.94%
B = 69.13%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#223ED7 (or 0x223ED7) is known color: Persian Blue. HEX triplet: 22, 3E and D7. RGB value is (34,62,215). Sum of RGB (Red+Green+Blue) = 34+62+215=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #223ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ED7 is #DDC128. Grayscale: #464646. Windows color (decimal): -14532905 or 14106146. OLE color: 14106146.

HSL color Cylindrical-coordinate representation of color #223ED7: hue angle of 230.72º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223ED7 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 62 215 -
CMYK 0.84 0.71 0 0.16
HSL 230.72º 0.73% 0.49% -
HSV(B) 230.72º 0.84% 0.84% -
XYZ 14.65 8.69 65.2 -
YUV 71.07 209.22 101.56 -
System Red Green Blue C M Y K H S L
Decimal 34 62 215 0.84 0.71 0 0.16 230.72 0.73 0.49
Hex 22 3E D7 54 47 0 10 E7 49 31
Octal 42 76 327 124 107 0 20 347 111 61
Binary 100010 111110 11010111 1010100 1000111 0 10000 11100111 1001001 110001

Color Harmonies of #223ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ED7

Black with #223ED7

Text Example


Text Example

White with #223ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223ED7; }

 p { color: rgb(34,62,215); }

 H1.HeaderClassName
 {
   color: #223ED7;
 }
 .AnyTagClassName
 {
   color: #223ED7;
 }
</style>

background-color css

<style>
 a { background-color: #223ED7; }

 a { background-color: rgb(34,62,215); }

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

border-color css

<style>
 span { border-color: #223ED7; }

 span { border-color: rgb(34,62,215); }

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