Html Css Color HEX #228EC9 Pelorous

📋 copy color: '#228EC9'

red 34 ◦ green 142 ◦ blue 201

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

Shades of Pelorous #228EC9

Tints of Pelorous #228EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.67%

 BLUE value IS 201 (78.91% from 255) = 53.32%

R = 9.02%
G = 37.67%
B = 53.32%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#228EC9 (or 0x228EC9) is known color: Pelorous. HEX triplet: 22, 8E and C9. RGB value is (34,142,201). Sum of RGB (Red+Green+Blue) = 34+142+201=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #228EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EC9 is #DD7136. Grayscale: #747474. Windows color (decimal): -14512439 or 13209122. OLE color: 13209122.

HSL color Cylindrical-coordinate representation of color #228EC9: hue angle of 201.2º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228EC9 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 142 201 -
CMYK 0.83 0.29 0 0.21
HSL 201.2º 0.71% 0.46% -
HSV(B) 201.2º 0.83% 0.79% -
XYZ 20.88 23.9 58.77 -
YUV 116.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 34 142 201 0.83 0.29 0 0.21 201.2 0.71 0.46
Hex 22 8E C9 53 1D 0 15 C9 47 2E
Octal 42 216 311 123 35 0 25 311 107 56
Binary 100010 10001110 11001001 1010011 11101 0 10101 11001001 1000111 101110

Color Harmonies of #228EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EC9

Black with #228EC9

Text Example


Text Example

White with #228EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228EC9; }

 p { color: rgb(34,142,201); }

 H1.HeaderClassName
 {
   color: #228EC9;
 }
 .AnyTagClassName
 {
   color: #228EC9;
 }
</style>

background-color css

<style>
 a { background-color: #228EC9; }

 a { background-color: rgb(34,142,201); }

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

border-color css

<style>
 span { border-color: #228EC9; }

 span { border-color: rgb(34,142,201); }

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