Html Css Color HEX #217DB7 Curious Blue

📋 copy color: '#217DB7'

red 33 ◦ green 125 ◦ blue 183

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

Shades of Curious Blue #217DB7

Tints of Curious Blue #217DB7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 183 (71.88% from 255) = 53.67%

R = 9.68%
G = 36.66%
B = 53.67%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#217DB7 (or 0x217DB7) is known color: Curious Blue. HEX triplet: 21, 7D and B7. RGB value is (33,125,183). Sum of RGB (Red+Green+Blue) = 33+125+183=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #217DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DB7 is #DE8248. Grayscale: #676767. Windows color (decimal): -14582345 or 12025121. OLE color: 12025121.

HSL color Cylindrical-coordinate representation of color #217DB7: hue angle of 203.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217DB7 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 125 183 -
CMYK 0.82 0.32 0 0.28
HSL 203.2º 0.69% 0.42% -
HSV(B) 203.2º 0.82% 0.72% -
XYZ 16.51 18.41 47.48 -
YUV 104.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 33 125 183 0.82 0.32 0 0.28 203.2 0.69 0.42
Hex 21 7D B7 52 20 0 1C CB 45 2A
Octal 41 175 267 122 40 0 34 313 105 52
Binary 100001 1111101 10110111 1010010 100000 0 11100 11001011 1000101 101010

Color Harmonies of #217DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DB7

Black with #217DB7

Text Example


Text Example

White with #217DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,125,183); }

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

background-color css

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

 a { background-color: rgb(33,125,183); }

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

border-color css

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

 span { border-color: rgb(33,125,183); }

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