Html Css Color HEX #217FC3 Curious Blue

📋 copy color: '#217FC3'

red 33 ◦ green 127 ◦ blue 195

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

Shades of Curious Blue #217FC3

Tints of Curious Blue #217FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 195 (76.56% from 255) = 54.93%

R = 9.3%
G = 35.77%
B = 54.93%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#217FC3 (or 0x217FC3) is known color: Curious Blue. HEX triplet: 21, 7F and C3. RGB value is (33,127,195). Sum of RGB (Red+Green+Blue) = 33+127+195=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #217FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FC3 is #DE803C. Grayscale: #6A6A6A. Windows color (decimal): -14581821 or 12812065. OLE color: 12812065.

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

Color convert

RGB 33 127 195 -
CMYK 0.83 0.35 0 0.24
HSL 205.19º 0.71% 0.45% -
HSV(B) 205.19º 0.83% 0.76% -
XYZ 18.07 19.44 54.43 -
YUV 106.65 177.86 75.47 -
System Red Green Blue C M Y K H S L
Decimal 33 127 195 0.83 0.35 0 0.24 205.19 0.71 0.45
Hex 21 7F C3 53 23 0 18 CD 47 2D
Octal 41 177 303 123 43 0 30 315 107 55
Binary 100001 1111111 11000011 1010011 100011 0 11000 11001101 1000111 101101

Color Harmonies of #217FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FC3

Black with #217FC3

Text Example


Text Example

White with #217FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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