Html Css Color HEX #229DC7 Pelorous

📋 copy color: '#229DC7'

red 34 ◦ green 157 ◦ blue 199

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

Shades of Pelorous #229DC7

Tints of Pelorous #229DC7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 8.72%
G = 40.26%
B = 51.03%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#229DC7 (or 0x229DC7) is known color: Pelorous. HEX triplet: 22, 9D and C7. RGB value is (34,157,199). Sum of RGB (Red+Green+Blue) = 34+157+199=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #229DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DC7 is #DD6238. Grayscale: #7C7C7C. Windows color (decimal): -14508601 or 13081890. OLE color: 13081890.

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

Color convert

RGB 34 157 199 -
CMYK 0.83 0.21 0 0.22
HSL 195.27º 0.71% 0.46% -
HSV(B) 195.27º 0.83% 0.78% -
XYZ 23.03 28.58 58.34 -
YUV 125.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 34 157 199 0.83 0.21 0 0.22 195.27 0.71 0.46
Hex 22 9D C7 53 15 0 16 C3 47 2E
Octal 42 235 307 123 25 0 26 303 107 56
Binary 100010 10011101 11000111 1010011 10101 0 10110 11000011 1000111 101110

Color Harmonies of #229DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DC7

Black with #229DC7

Text Example


Text Example

White with #229DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229DC7; }

 p { color: rgb(34,157,199); }

 H1.HeaderClassName
 {
   color: #229DC7;
 }
 .AnyTagClassName
 {
   color: #229DC7;
 }
</style>

background-color css

<style>
 a { background-color: #229DC7; }

 a { background-color: rgb(34,157,199); }

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

border-color css

<style>
 span { border-color: #229DC7; }

 span { border-color: rgb(34,157,199); }

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