Html Css Color HEX #228FC9 Pelorous

📋 copy color: '#228FC9'

red 34 ◦ green 143 ◦ blue 201

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

Shades of Pelorous #228FC9

Tints of Pelorous #228FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 8.99%
G = 37.83%
B = 53.17%

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

#228FC9 (or 0x228FC9) is known color: Pelorous. HEX triplet: 22, 8F and C9. RGB value is (34,143,201). Sum of RGB (Red+Green+Blue) = 34+143+201=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #228FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FC9 is #DD7036. Grayscale: #747474. Windows color (decimal): -14512183 or 13209378. OLE color: 13209378.

HSL color Cylindrical-coordinate representation of color #228FC9: hue angle of 200.84º 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 #228FC9 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 143 201 -
CMYK 0.83 0.29 0 0.21
HSL 200.84º 0.71% 0.46% -
HSV(B) 200.84º 0.83% 0.79% -
XYZ 21.02 24.2 58.82 -
YUV 117.02 175.39 68.78 -
System Red Green Blue C M Y K H S L
Decimal 34 143 201 0.83 0.29 0 0.21 200.84 0.71 0.46
Hex 22 8F C9 53 1D 0 15 C9 47 2E
Octal 42 217 311 123 35 0 25 311 107 56
Binary 100010 10001111 11001001 1010011 11101 0 10101 11001001 1000111 101110

Color Harmonies of #228FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FC9

Black with #228FC9

Text Example


Text Example

White with #228FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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