#228DD5

Color #228DD5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #228DD5

Tints of Curious Blue #228DD5

Color information

#228DD5 (or 0x228DD5) is unknown color: approx Curious Blue. HEX triplet: 22, 8D and D5. RGB value is (34,141,213). Sum of RGB (Red+Green+Blue) = 34+141+213=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #228DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DD5 is #DD722A. Grayscale: #747474. Windows color (decimal): -14512683 or 13995298. OLE color: 13995298.

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

Color convert

RGB34141213-
CMYK0.840.3400.16
HSL204.13º72.47%48.43%-
HSV(B)204.13º84.04%83.53%-
XYZ22.1924.1966.45-
YUV117.21182.0568.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.76%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 213 (83.59% from 255) = 54.90%
R=8.76%
G=36.34%
B=54.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal341412130.840.3400.16204.1372.4748.43
Hex228DD55422010cc4830
Octal422153251244202031411060
Binary10001010001101110101011010100100010010000110011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,141,213); }

 H1.HeaderClassName
 {
   color: #228DD5;
 }
 .AnyTagClassName
 {
   color: #228DD5;
 }
</style>
background-color css

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

 a { background-color: rgb(34,141,213); }

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

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

 span { border-color: rgb(34,141,213); }

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