Html Css Color HEX #217DB3 Curious Blue

📋 copy color: '#217DB3'

red 33 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #217DB3

Tints of Curious Blue #217DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.12%

R = 9.79%
G = 37.09%
B = 53.12%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#217DB3 (or 0x217DB3) is known color: Curious Blue. HEX triplet: 21, 7D and B3. RGB value is (33,125,179). Sum of RGB (Red+Green+Blue) = 33+125+179=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #217DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DB3 is #DE824C. Grayscale: #676767. Windows color (decimal): -14582349 or 11762977. OLE color: 11762977.

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

Color convert

RGB 33 125 179 -
CMYK 0.82 0.30 0 0.30
HSL 202.19º 0.69% 0.42% -
HSV(B) 202.19º 0.82% 0.7% -
XYZ 16.1 18.25 45.32 -
YUV 103.65 170.52 77.61 -
System Red Green Blue C M Y K H S L
Decimal 33 125 179 0.82 0.30 0 0.30 202.19 0.69 0.42
Hex 21 7D B3 52 1E 0 1E CA 45 2A
Octal 41 175 263 122 36 0 36 312 105 52
Binary 100001 1111101 10110011 1010010 11110 0 11110 11001010 1000101 101010

Color Harmonies of #217DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DB3

Black with #217DB3

Text Example


Text Example

White with #217DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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