Html Css Color HEX #217FB0 Lochmara

📋 copy color: '#217FB0'

red 33 ◦ green 127 ◦ blue 176

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

Shades of Lochmara #217FB0

Tints of Lochmara #217FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.38%

R = 9.82%
G = 37.8%
B = 52.38%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#217FB0 (or 0x217FB0) is known color: Lochmara. HEX triplet: 21, 7F and B0. RGB value is (33,127,176). Sum of RGB (Red+Green+Blue) = 33+127+176=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #217FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217FB0 is #DE804F. Grayscale: #686868. Windows color (decimal): -14581840 or 11566881. OLE color: 11566881.

HSL color Cylindrical-coordinate representation of color #217FB0: hue angle of 200.56º 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 #217FB0 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 127 176 -
CMYK 0.81 0.28 0 0.31
HSL 200.56º 0.68% 0.41% -
HSV(B) 200.56º 0.81% 0.69% -
XYZ 16.05 18.64 43.83 -
YUV 104.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 33 127 176 0.81 0.28 0 0.31 200.56 0.68 0.41
Hex 21 7F B0 51 1C 0 1F C9 44 29
Octal 41 177 260 121 34 0 37 311 104 51
Binary 100001 1111111 10110000 1010001 11100 0 11111 11001001 1000100 101001

Color Harmonies of #217FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FB0

Black with #217FB0

Text Example


Text Example

White with #217FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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