Html Css Color HEX #217ABA Curious Blue

📋 copy color: '#217ABA'

red 33 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #217ABA

Tints of Curious Blue #217ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 9.68%
G = 35.78%
B = 54.55%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217ABA (or 0x217ABA) is known color: Curious Blue. HEX triplet: 21, 7A and BA. RGB value is (33,122,186). Sum of RGB (Red+Green+Blue) = 33+122+186=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #217ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ABA is #DE8545. Grayscale: #666666. Windows color (decimal): -14583110 or 12220961. OLE color: 12220961.

HSL color Cylindrical-coordinate representation of color #217ABA: hue angle of 205.1º 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 #217ABA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 122 186 -
CMYK 0.82 0.34 0 0.27
HSL 205.1º 0.7% 0.43% -
HSV(B) 205.1º 0.82% 0.73% -
XYZ 16.45 17.79 49.02 -
YUV 102.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 33 122 186 0.82 0.34 0 0.27 205.1 0.7 0.43
Hex 21 7A BA 52 22 0 1B CD 46 2B
Octal 41 172 272 122 42 0 33 315 106 53
Binary 100001 1111010 10111010 1010010 100010 0 11011 11001101 1000110 101011

Color Harmonies of #217ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ABA

Black with #217ABA

Text Example


Text Example

White with #217ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #217ABA;
 }
 .AnyTagClassName
 {
   color: #217ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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