Html Css Color HEX #257DB0 Lochmara

📋 copy color: '#257DB0'

red 37 ◦ green 125 ◦ blue 176

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

Shades of Lochmara #257DB0

Tints of Lochmara #257DB0

RGB

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

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

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

R = 10.95%
G = 36.98%
B = 52.07%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#257DB0 (or 0x257DB0) is known color: Lochmara. HEX triplet: 25, 7D and B0. RGB value is (37,125,176). Sum of RGB (Red+Green+Blue) = 37+125+176=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #257DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DB0 is #DA824F. Grayscale: #686868. Windows color (decimal): -14320208 or 11566373. OLE color: 11566373.

HSL color Cylindrical-coordinate representation of color #257DB0: hue angle of 202.01º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257DB0 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 125 176 -
CMYK 0.79 0.29 0 0.31
HSL 202.01º 0.65% 0.42% -
HSV(B) 202.01º 0.79% 0.69% -
XYZ 15.93 18.2 43.75 -
YUV 104.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 37 125 176 0.79 0.29 0 0.31 202.01 0.65 0.42
Hex 25 7D B0 4F 1D 0 1F CA 41 2A
Octal 45 175 260 117 35 0 37 312 101 52
Binary 100101 1111101 10110000 1001111 11101 0 11111 11001010 1000001 101010

Color Harmonies of #257DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DB0

Black with #257DB0

Text Example


Text Example

White with #257DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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