Html Css Color HEX #217CC1 Curious Blue

📋 copy color: '#217CC1'

red 33 ◦ green 124 ◦ blue 193

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

Shades of Curious Blue #217CC1

Tints of Curious Blue #217CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 55.14%

R = 9.43%
G = 35.43%
B = 55.14%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#217CC1 (or 0x217CC1) is known color: Curious Blue. HEX triplet: 21, 7C and C1. RGB value is (33,124,193). Sum of RGB (Red+Green+Blue) = 33+124+193=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #217CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CC1 is #DE833E. Grayscale: #686868. Windows color (decimal): -14582591 or 12680225. OLE color: 12680225.

HSL color Cylindrical-coordinate representation of color #217CC1: hue angle of 205.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217CC1 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 124 193 -
CMYK 0.83 0.36 0 0.24
HSL 205.88º 0.71% 0.44% -
HSV(B) 205.88º 0.83% 0.76% -
XYZ 17.46 18.59 53.12 -
YUV 104.66 177.85 76.89 -
System Red Green Blue C M Y K H S L
Decimal 33 124 193 0.83 0.36 0 0.24 205.88 0.71 0.44
Hex 21 7C C1 53 24 0 18 CE 47 2C
Octal 41 174 301 123 44 0 30 316 107 54
Binary 100001 1111100 11000001 1010011 100100 0 11000 11001110 1000111 101100

Color Harmonies of #217CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CC1

Black with #217CC1

Text Example


Text Example

White with #217CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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