Html Css Color HEX #228AD0 Curious Blue

📋 copy color: '#228AD0'

red 34 ◦ green 138 ◦ blue 208

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

Shades of Curious Blue #228AD0

Tints of Curious Blue #228AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.74%

R = 8.95%
G = 36.32%
B = 54.74%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#228AD0 (or 0x228AD0) is known color: Curious Blue. HEX triplet: 22, 8A and D0. RGB value is (34,138,208). Sum of RGB (Red+Green+Blue) = 34+138+208=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #228AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228AD0 is #DD752F. Grayscale: #727272. Windows color (decimal): -14513456 or 13666850. OLE color: 13666850.

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

Color convert

RGB 34 138 208 -
CMYK 0.84 0.34 0 0.18
HSL 204.14º 0.72% 0.47% -
HSV(B) 204.14º 0.84% 0.82% -
XYZ 21.13 23.07 63.01 -
YUV 114.88 180.54 70.31 -
System Red Green Blue C M Y K H S L
Decimal 34 138 208 0.84 0.34 0 0.18 204.14 0.72 0.47
Hex 22 8A D0 54 22 0 12 CC 48 2F
Octal 42 212 320 124 42 0 22 314 110 57
Binary 100010 10001010 11010000 1010100 100010 0 10010 11001100 1001000 101111

Color Harmonies of #228AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AD0

Black with #228AD0

Text Example


Text Example

White with #228AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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