Html Css Color HEX #217CB9 Curious Blue

📋 copy color: '#217CB9'

red 33 ◦ green 124 ◦ blue 185

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

Shades of Curious Blue #217CB9

Tints of Curious Blue #217CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 9.65%
G = 36.26%
B = 54.09%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217CB9 (or 0x217CB9) is known color: Curious Blue. HEX triplet: 21, 7C and B9. RGB value is (33,124,185). Sum of RGB (Red+Green+Blue) = 33+124+185=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #217CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CB9 is #DE8346. Grayscale: #676767. Windows color (decimal): -14582599 or 12155937. OLE color: 12155937.

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

Color convert

RGB 33 124 185 -
CMYK 0.82 0.33 0 0.27
HSL 204.08º 0.7% 0.43% -
HSV(B) 204.08º 0.82% 0.73% -
XYZ 16.59 18.24 48.55 -
YUV 103.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 33 124 185 0.82 0.33 0 0.27 204.08 0.7 0.43
Hex 21 7C B9 52 21 0 1B CC 46 2B
Octal 41 174 271 122 41 0 33 314 106 53
Binary 100001 1111100 10111001 1010010 100001 0 11011 11001100 1000110 101011

Color Harmonies of #217CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CB9

Black with #217CB9

Text Example


Text Example

White with #217CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,185); }

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

background-color css

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

 a { background-color: rgb(33,124,185); }

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

border-color css

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

 span { border-color: rgb(33,124,185); }

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