Html Css Color HEX #228AD5 Curious Blue

📋 copy color: '#228AD5'

red 34 ◦ green 138 ◦ blue 213

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

Shades of Curious Blue #228AD5

Tints of Curious Blue #228AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 8.83%
G = 35.84%
B = 55.32%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#228AD5 (or 0x228AD5) is known color: Curious Blue. HEX triplet: 22, 8A and D5. RGB value is (34,138,213). Sum of RGB (Red+Green+Blue) = 34+138+213=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #228AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228AD5 is #DD752A. Grayscale: #737373. Windows color (decimal): -14513451 or 13994530. OLE color: 13994530.

HSL color Cylindrical-coordinate representation of color #228AD5: hue angle of 205.14º 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 #228AD5 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 138 213 -
CMYK 0.84 0.35 0 0.16
HSL 205.14º 0.72% 0.48% -
HSV(B) 205.14º 0.84% 0.84% -
XYZ 21.76 23.32 66.31 -
YUV 115.45 183.04 69.9 -
System Red Green Blue C M Y K H S L
Decimal 34 138 213 0.84 0.35 0 0.16 205.14 0.72 0.48
Hex 22 8A D5 54 23 0 10 CD 48 30
Octal 42 212 325 124 43 0 20 315 110 60
Binary 100010 10001010 11010101 1010100 100011 0 10000 11001101 1001000 110000

Color Harmonies of #228AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AD5

Black with #228AD5

Text Example


Text Example

White with #228AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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