Html Css Color HEX #218ACC Curious Blue

📋 copy color: '#218ACC'

red 33 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #218ACC

Tints of Curious Blue #218ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 8.8%
G = 36.8%
B = 54.4%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#218ACC (or 0x218ACC) is known color: Curious Blue. HEX triplet: 21, 8A and CC. RGB value is (33,138,204). Sum of RGB (Red+Green+Blue) = 33+138+204=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #218ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ACC is #DE7533. Grayscale: #717171. Windows color (decimal): -14578996 or 13404705. OLE color: 13404705.

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

Color convert

RGB 33 138 204 -
CMYK 0.84 0.32 0 0.2
HSL 203.16º 0.72% 0.46% -
HSV(B) 203.16º 0.84% 0.8% -
XYZ 20.61 22.86 60.45 -
YUV 114.13 178.71 70.13 -
System Red Green Blue C M Y K H S L
Decimal 33 138 204 0.84 0.32 0 0.2 203.16 0.72 0.46
Hex 21 8A CC 54 20 0 14 CB 48 2E
Octal 41 212 314 124 40 0 24 313 110 56
Binary 100001 10001010 11001100 1010100 100000 0 10100 11001011 1001000 101110

Color Harmonies of #218ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218ACC

Black with #218ACC

Text Example


Text Example

White with #218ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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