#218DD4

Color #218DD4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #218DD4

Tints of Curious Blue #218DD4

Color information

#218DD4 (or 0x218DD4) is unknown color: approx Curious Blue. HEX triplet: 21, 8D and D4. RGB value is (33,141,212). Sum of RGB (Red+Green+Blue) = 33+141+212=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #218DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DD4 is #DE722B. Grayscale: #747474. Windows color (decimal): -14578220 or 13929761. OLE color: 13929761.

HSL color Cylindrical-coordinate representation of color #218DD4: hue angle of 203.8º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218DD4 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB33141212-
CMYK0.840.3300.17
HSL203.8º73.06%48.04%-
HSV(B)203.8º84.43%83.14%-
XYZ22.0424.1365.78-
YUV116.8181.7268.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 212 (83.20% from 255) = 54.92%
R=8.55%
G=36.53%
B=54.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal331412120.840.3300.17203.873.0648.04
Hex218DD45421011cc4930
Octal412153241244102131411160
Binary10000110001101110101001010100100001010001110011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,141,212); }

 H1.HeaderClassName
 {
   color: #218DD4;
 }
 .AnyTagClassName
 {
   color: #218DD4;
 }
</style>
background-color css

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

 a { background-color: rgb(33,141,212); }

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

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

 span { border-color: rgb(33,141,212); }

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