#218CD4

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

Shades of Curious Blue #218CD4

Tints of Curious Blue #218CD4

Color information

#218CD4 (or 0x218CD4) is unknown color: approx Curious Blue. HEX triplet: 21, 8C and D4. RGB value is (33,140,212). Sum of RGB (Red+Green+Blue) = 33+140+212=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #218CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CD4 is #DE732B. Grayscale: #737373. Windows color (decimal): -14578476 or 13929505. OLE color: 13929505.

HSL color Cylindrical-coordinate representation of color #218CD4: hue angle of 204.13º 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 #218CD4 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB33140212-
CMYK0.840.3400.17
HSL204.13º73.06%48.04%-
HSV(B)204.13º84.43%83.14%-
XYZ21.8923.8365.73-
YUV116.22182.0568.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.57%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 212 (83.20% from 255) = 55.06%
R=8.57%
G=36.36%
B=55.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal331402120.840.3400.17204.1373.0648.04
Hex218CD45422011cc4930
Octal412143241244202131411160
Binary10000110001100110101001010100100010010001110011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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