Html Css Color HEX #217DAF Lochmara

📋 copy color: '#217DAF'

red 33 ◦ green 125 ◦ blue 175

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

Shades of Lochmara #217DAF

Tints of Lochmara #217DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 9.91%
G = 37.54%
B = 52.55%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#217DAF (or 0x217DAF) is known color: Lochmara. HEX triplet: 21, 7D and AF. RGB value is (33,125,175). Sum of RGB (Red+Green+Blue) = 33+125+175=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #217DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAF is #DE8250. Grayscale: #666666. Windows color (decimal): -14582353 or 11500833. OLE color: 11500833.

HSL color Cylindrical-coordinate representation of color #217DAF: hue angle of 201.13º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217DAF is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 125 175 -
CMYK 0.81 0.29 0 0.31
HSL 201.13º 0.68% 0.41% -
HSV(B) 201.13º 0.81% 0.69% -
XYZ 15.7 18.09 43.22 -
YUV 103.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 33 125 175 0.81 0.29 0 0.31 201.13 0.68 0.41
Hex 21 7D AF 51 1D 0 1F C9 44 29
Octal 41 175 257 121 35 0 37 311 104 51
Binary 100001 1111101 10101111 1010001 11101 0 11111 11001001 1000100 101001

Color Harmonies of #217DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DAF

Black with #217DAF

Text Example


Text Example

White with #217DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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