Html Css Color HEX #217BBC Curious Blue

📋 copy color: '#217BBC'

red 33 ◦ green 123 ◦ blue 188

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

Shades of Curious Blue #217BBC

Tints of Curious Blue #217BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 9.59%
G = 35.76%
B = 54.65%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#217BBC (or 0x217BBC) is known color: Curious Blue. HEX triplet: 21, 7B and BC. RGB value is (33,123,188). Sum of RGB (Red+Green+Blue) = 33+123+188=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #217BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BBC is #DE8443. Grayscale: #676767. Windows color (decimal): -14582852 or 12352289. OLE color: 12352289.

HSL color Cylindrical-coordinate representation of color #217BBC: hue angle of 205.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217BBC is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 123 188 -
CMYK 0.82 0.35 0 0.26
HSL 205.16º 0.7% 0.43% -
HSV(B) 205.16º 0.82% 0.74% -
XYZ 16.79 18.12 50.19 -
YUV 103.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 33 123 188 0.82 0.35 0 0.26 205.16 0.7 0.43
Hex 21 7B BC 52 23 0 1A CD 46 2B
Octal 41 173 274 122 43 0 32 315 106 53
Binary 100001 1111011 10111100 1010010 100011 0 11010 11001101 1000110 101011

Color Harmonies of #217BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BBC

Black with #217BBC

Text Example


Text Example

White with #217BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,123,188); }

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

background-color css

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

 a { background-color: rgb(33,123,188); }

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

border-color css

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

 span { border-color: rgb(33,123,188); }

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