Html Css Color HEX #217ABB Curious Blue

📋 copy color: '#217ABB'

red 33 ◦ green 122 ◦ blue 187

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

Shades of Curious Blue #217ABB

Tints of Curious Blue #217ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 9.65%
G = 35.67%
B = 54.68%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217ABB (or 0x217ABB) is known color: Curious Blue. HEX triplet: 21, 7A and BB. RGB value is (33,122,187). Sum of RGB (Red+Green+Blue) = 33+122+187=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #217ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ABB is #DE8544. Grayscale: #666666. Windows color (decimal): -14583109 or 12286497. OLE color: 12286497.

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

Color convert

RGB 33 122 187 -
CMYK 0.82 0.35 0 0.27
HSL 205.32º 0.7% 0.43% -
HSV(B) 205.32º 0.82% 0.73% -
XYZ 16.56 17.83 49.58 -
YUV 102.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 33 122 187 0.82 0.35 0 0.27 205.32 0.7 0.43
Hex 21 7A BB 52 23 0 1B CD 46 2B
Octal 41 172 273 122 43 0 33 315 106 53
Binary 100001 1111010 10111011 1010010 100011 0 11011 11001101 1000110 101011

Color Harmonies of #217ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ABB

Black with #217ABB

Text Example


Text Example

White with #217ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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