Html Css Color HEX #257DA7 Lochmara

📋 copy color: '#257DA7'

red 37 ◦ green 125 ◦ blue 167

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

Shades of Lochmara #257DA7

Tints of Lochmara #257DA7

RGB

 RED value IS 37 (14.84% from 255) = 11.25%

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

 BLUE value IS 167 (65.63% from 255) = 50.76%

R = 11.25%
G = 37.99%
B = 50.76%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#257DA7 (or 0x257DA7) is known color: Lochmara. HEX triplet: 25, 7D and A7. RGB value is (37,125,167). Sum of RGB (Red+Green+Blue) = 37+125+167=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #257DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DA7 is #DA8258. Grayscale: #676767. Windows color (decimal): -14320217 or 10976549. OLE color: 10976549.

HSL color Cylindrical-coordinate representation of color #257DA7: hue angle of 199.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257DA7 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 125 167 -
CMYK 0.78 0.25 0 0.35
HSL 199.38º 0.64% 0.4% -
HSV(B) 199.38º 0.78% 0.65% -
XYZ 15.07 17.85 39.21 -
YUV 103.48 163.85 80.58 -
System Red Green Blue C M Y K H S L
Decimal 37 125 167 0.78 0.25 0 0.35 199.38 0.64 0.4
Hex 25 7D A7 4E 19 0 23 C7 40 28
Octal 45 175 247 116 31 0 43 307 100 50
Binary 100101 1111101 10100111 1001110 11001 0 100011 11000111 1000000 101000

Color Harmonies of #257DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DA7

Black with #257DA7

Text Example


Text Example

White with #257DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257DA7; }

 p { color: rgb(37,125,167); }

 H1.HeaderClassName
 {
   color: #257DA7;
 }
 .AnyTagClassName
 {
   color: #257DA7;
 }
</style>

background-color css

<style>
 a { background-color: #257DA7; }

 a { background-color: rgb(37,125,167); }

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

border-color css

<style>
 span { border-color: #257DA7; }

 span { border-color: rgb(37,125,167); }

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