Html Css Color HEX #218ACD Curious Blue

📋 copy color: '#218ACD'

red 33 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #218ACD

Tints of Curious Blue #218ACD

RGB

 RED value IS 33 (13.28% from 255) = 8.78%

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

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

R = 8.78%
G = 36.7%
B = 54.52%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#218ACD (or 0x218ACD) is known color: Curious Blue. HEX triplet: 21, 8A and CD. RGB value is (33,138,205). Sum of RGB (Red+Green+Blue) = 33+138+205=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #218ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ACD is #DE7532. Grayscale: #717171. Windows color (decimal): -14578995 or 13470241. OLE color: 13470241.

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

Color convert

RGB 33 138 205 -
CMYK 0.84 0.33 0 0.20
HSL 203.37º 0.72% 0.47% -
HSV(B) 203.37º 0.84% 0.8% -
XYZ 20.74 22.91 61.09 -
YUV 114.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 33 138 205 0.84 0.33 0 0.20 203.37 0.72 0.47
Hex 21 8A CD 54 21 0 14 CB 48 2F
Octal 41 212 315 124 41 0 24 313 110 57
Binary 100001 10001010 11001101 1010100 100001 0 10100 11001011 1001000 101111

Color Harmonies of #218ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218ACD

Black with #218ACD

Text Example


Text Example

White with #218ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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