#217FBA

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

Shades of Curious Blue #217FBA

Tints of Curious Blue #217FBA

Color information

#217FBA (or 0x217FBA) is unknown color: approx Curious Blue. HEX triplet: 21, 7F and BA. RGB value is (33,127,186). Sum of RGB (Red+Green+Blue) = 33+127+186=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #217FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FBA is #DE8045. Grayscale: #696969. Windows color (decimal): -14581830 or 12222241. OLE color: 12222241.

HSL color Cylindrical-coordinate representation of color #217FBA: hue angle of 203.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217FBA is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33127186-
CMYK0.820.3200.27
HSL203.14º69.86%42.94%-
HSV(B)203.14º82.26%72.94%-
XYZ17.0819.0549.23-
YUV105.62173.3676.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.54%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=9.54%
G=36.71%
B=53.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331271860.820.3200.27203.1469.8642.94
Hex217FBA522001Bcb462b
Octal411772721224003331310653
Binary1000011111111101110101010010100000011011110010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,186); }

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

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

 a { background-color: rgb(33,127,186); }

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

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

 span { border-color: rgb(33,127,186); }

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