#217DCC

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

Shades of Curious Blue #217DCC

Tints of Curious Blue #217DCC

Color information

#217DCC (or 0x217DCC) is unknown color: approx Curious Blue. HEX triplet: 21, 7D and CC. RGB value is (33,125,204). Sum of RGB (Red+Green+Blue) = 33+125+204=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #217DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DCC is #DE8233. Grayscale: #6A6A6A. Windows color (decimal): -14582324 or 13401377. OLE color: 13401377.

HSL color Cylindrical-coordinate representation of color #217DCC: hue angle of 207.72º 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 #217DCC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33125204-
CMYK0.840.3900.2
HSL207.72º72.15%46.47%-
HSV(B)207.72º83.82%80%-
XYZ18.8619.3559.87-
YUV106.5183.0275.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.12%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 204 (80.08% from 255) = 56.35%
R=9.12%
G=34.53%
B=56.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331252040.840.3900.2207.7272.1546.47
Hex217DCC5427014d0482e
Octal411753141244702432011056
Binary1000011111101110011001010100100111010100110100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217DCC; }

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

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

<style>
 a { background-color: #217DCC; }

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

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

<style>
 span { border-color: #217DCC; }

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

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