Html Css Color HEX #228FD2 Pelorous

📋 copy color: '#228FD2'

red 34 ◦ green 143 ◦ blue 210

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

Shades of Pelorous #228FD2

Tints of Pelorous #228FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.26%

R = 8.79%
G = 36.95%
B = 54.26%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#228FD2 (or 0x228FD2) is known color: Pelorous. HEX triplet: 22, 8F and D2. RGB value is (34,143,210). Sum of RGB (Red+Green+Blue) = 34+143+210=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #228FD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FD2 is #DD702D. Grayscale: #757575. Windows color (decimal): -14512174 or 13799202. OLE color: 13799202.

HSL color Cylindrical-coordinate representation of color #228FD2: hue angle of 202.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228FD2 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 143 210 -
CMYK 0.84 0.32 0 0.18
HSL 202.84º 0.72% 0.48% -
HSV(B) 202.84º 0.84% 0.82% -
XYZ 22.12 24.64 64.56 -
YUV 118.05 179.89 68.05 -
System Red Green Blue C M Y K H S L
Decimal 34 143 210 0.84 0.32 0 0.18 202.84 0.72 0.48
Hex 22 8F D2 54 20 0 12 CB 48 30
Octal 42 217 322 124 40 0 22 313 110 60
Binary 100010 10001111 11010010 1010100 100000 0 10010 11001011 1001000 110000

Color Harmonies of #228FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FD2

Black with #228FD2

Text Example


Text Example

White with #228FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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