Html Css Color HEX #217BBF Curious Blue

📋 copy color: '#217BBF'

red 33 ◦ green 123 ◦ blue 191

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

Shades of Curious Blue #217BBF

Tints of Curious Blue #217BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.04%

R = 9.51%
G = 35.45%
B = 55.04%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#217BBF (or 0x217BBF) is known color: Curious Blue. HEX triplet: 21, 7B and BF. RGB value is (33,123,191). Sum of RGB (Red+Green+Blue) = 33+123+191=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #217BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BBF is #DE8440. Grayscale: #676767. Windows color (decimal): -14582849 or 12548897. OLE color: 12548897.

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

Color convert

RGB 33 123 191 -
CMYK 0.83 0.36 0 0.25
HSL 205.82º 0.71% 0.44% -
HSV(B) 205.82º 0.83% 0.75% -
XYZ 17.11 18.25 51.91 -
YUV 103.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 33 123 191 0.83 0.36 0 0.25 205.82 0.71 0.44
Hex 21 7B BF 53 24 0 19 CE 47 2C
Octal 41 173 277 123 44 0 31 316 107 54
Binary 100001 1111011 10111111 1010011 100100 0 11001 11001110 1000111 101100

Color Harmonies of #217BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BBF

Black with #217BBF

Text Example


Text Example

White with #217BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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