Html Css Color HEX #228CCB Pelorous

📋 copy color: '#228CCB'

red 34 ◦ green 140 ◦ blue 203

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

Shades of Pelorous #228CCB

Tints of Pelorous #228CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 9.02%
G = 37.14%
B = 53.85%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#228CCB (or 0x228CCB) is known color: Pelorous. HEX triplet: 22, 8C and CB. RGB value is (34,140,203). Sum of RGB (Red+Green+Blue) = 34+140+203=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #228CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CCB is #DD7334. Grayscale: #737373. Windows color (decimal): -14512949 or 13339682. OLE color: 13339682.

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

Color convert

RGB 34 140 203 -
CMYK 0.83 0.31 0 0.20
HSL 202.37º 0.71% 0.46% -
HSV(B) 202.37º 0.83% 0.8% -
XYZ 20.82 23.41 59.92 -
YUV 115.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 34 140 203 0.83 0.31 0 0.20 202.37 0.71 0.46
Hex 22 8C CB 53 1F 0 14 CA 47 2E
Octal 42 214 313 123 37 0 24 312 107 56
Binary 100010 10001100 11001011 1010011 11111 0 10100 11001010 1000111 101110

Color Harmonies of #228CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CCB

Black with #228CCB

Text Example


Text Example

White with #228CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,140,203); }

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

background-color css

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

 a { background-color: rgb(34,140,203); }

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

border-color css

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

 span { border-color: rgb(34,140,203); }

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