Html Css Color HEX #228ABB Pelorous

📋 copy color: '#228ABB'

red 34 ◦ green 138 ◦ blue 187

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

Shades of Pelorous #228ABB

Tints of Pelorous #228ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 9.47%
G = 38.44%
B = 52.09%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#228ABB (or 0x228ABB) is known color: Pelorous. HEX triplet: 22, 8A and BB. RGB value is (34,138,187). Sum of RGB (Red+Green+Blue) = 34+138+187=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #228ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ABB is #DD7544. Grayscale: #707070. Windows color (decimal): -14513477 or 12290594. OLE color: 12290594.

HSL color Cylindrical-coordinate representation of color #228ABB: hue angle of 199.22º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228ABB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 138 187 -
CMYK 0.82 0.26 0 0.27
HSL 199.22º 0.69% 0.43% -
HSV(B) 199.22º 0.82% 0.73% -
XYZ 18.72 22.1 50.29 -
YUV 112.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 34 138 187 0.82 0.26 0 0.27 199.22 0.69 0.43
Hex 22 8A BB 52 1A 0 1B C7 45 2B
Octal 42 212 273 122 32 0 33 307 105 53
Binary 100010 10001010 10111011 1010010 11010 0 11011 11000111 1000101 101011

Color Harmonies of #228ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228ABB

Black with #228ABB

Text Example


Text Example

White with #228ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,138,187); }

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

background-color css

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

 a { background-color: rgb(34,138,187); }

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

border-color css

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

 span { border-color: rgb(34,138,187); }

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