Html Css Color HEX #217FBB Curious Blue

📋 copy color: '#217FBB'

red 33 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #217FBB

Tints of Curious Blue #217FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 9.51%
G = 36.6%
B = 53.89%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217FBB (or 0x217FBB) is known color: Curious Blue. HEX triplet: 21, 7F and BB. RGB value is (33,127,187). Sum of RGB (Red+Green+Blue) = 33+127+187=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #217FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FBB is #DE8044. Grayscale: #696969. Windows color (decimal): -14581829 or 12287777. OLE color: 12287777.

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

Color convert

RGB 33 127 187 -
CMYK 0.82 0.32 0 0.27
HSL 203.38º 0.7% 0.43% -
HSV(B) 203.38º 0.82% 0.73% -
XYZ 17.19 19.09 49.79 -
YUV 105.73 173.86 76.12 -
System Red Green Blue C M Y K H S L
Decimal 33 127 187 0.82 0.32 0 0.27 203.38 0.7 0.43
Hex 21 7F BB 52 20 0 1B CB 46 2B
Octal 41 177 273 122 40 0 33 313 106 53
Binary 100001 1111111 10111011 1010010 100000 0 11011 11001011 1000110 101011

Color Harmonies of #217FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FBB

Black with #217FBB

Text Example


Text Example

White with #217FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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