Html Css Color HEX #228ACD Curious Blue

📋 copy color: '#228ACD'

red 34 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #228ACD

Tints of Curious Blue #228ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 9.02%
G = 36.6%
B = 54.38%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#228ACD (or 0x228ACD) is known color: Curious Blue. HEX triplet: 22, 8A and CD. RGB value is (34,138,205). Sum of RGB (Red+Green+Blue) = 34+138+205=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #228ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ACD is #DD7532. Grayscale: #727272. Windows color (decimal): -14513459 or 13470242. OLE color: 13470242.

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

Color convert

RGB 34 138 205 -
CMYK 0.83 0.33 0 0.20
HSL 203.51º 0.72% 0.47% -
HSV(B) 203.51º 0.83% 0.8% -
XYZ 20.77 22.92 61.09 -
YUV 114.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 34 138 205 0.83 0.33 0 0.20 203.51 0.72 0.47
Hex 22 8A CD 53 21 0 14 CC 48 2F
Octal 42 212 315 123 41 0 24 314 110 57
Binary 100010 10001010 11001101 1010011 100001 0 10100 11001100 1001000 101111

Color Harmonies of #228ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228ACD

Black with #228ACD

Text Example


Text Example

White with #228ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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