Html Css Color HEX #217DBA Curious Blue

📋 copy color: '#217DBA'

red 33 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #217DBA

Tints of Curious Blue #217DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 9.59%
G = 36.34%
B = 54.07%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217DBA (or 0x217DBA) is known color: Curious Blue. HEX triplet: 21, 7D and BA. RGB value is (33,125,186). Sum of RGB (Red+Green+Blue) = 33+125+186=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #217DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DBA is #DE8245. Grayscale: #686868. Windows color (decimal): -14582342 or 12221729. OLE color: 12221729.

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

Color convert

RGB 33 125 186 -
CMYK 0.82 0.33 0 0.27
HSL 203.92º 0.7% 0.43% -
HSV(B) 203.92º 0.82% 0.73% -
XYZ 16.82 18.54 49.15 -
YUV 104.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 33 125 186 0.82 0.33 0 0.27 203.92 0.7 0.43
Hex 21 7D BA 52 21 0 1B CC 46 2B
Octal 41 175 272 122 41 0 33 314 106 53
Binary 100001 1111101 10111010 1010010 100001 0 11011 11001100 1000110 101011

Color Harmonies of #217DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DBA

Black with #217DBA

Text Example


Text Example

White with #217DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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