Html Css Color HEX #257DB1 Curious Blue

📋 copy color: '#257DB1'

red 37 ◦ green 125 ◦ blue 177

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

Shades of Curious Blue #257DB1

Tints of Curious Blue #257DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.21%

R = 10.91%
G = 36.87%
B = 52.21%

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

#257DB1 (or 0x257DB1) is known color: Curious Blue. HEX triplet: 25, 7D and B1. RGB value is (37,125,177). Sum of RGB (Red+Green+Blue) = 37+125+177=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #257DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DB1 is #DA824E. Grayscale: #686868. Windows color (decimal): -14320207 or 11631909. OLE color: 11631909.

HSL color Cylindrical-coordinate representation of color #257DB1: hue angle of 202.29º 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 #257DB1 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 125 177 -
CMYK 0.79 0.29 0 0.31
HSL 202.29º 0.65% 0.42% -
HSV(B) 202.29º 0.79% 0.69% -
XYZ 16.03 18.23 44.27 -
YUV 104.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 37 125 177 0.79 0.29 0 0.31 202.29 0.65 0.42
Hex 25 7D B1 4F 1D 0 1F CA 41 2A
Octal 45 175 261 117 35 0 37 312 101 52
Binary 100101 1111101 10110001 1001111 11101 0 11111 11001010 1000001 101010

Color Harmonies of #257DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DB1

Black with #257DB1

Text Example


Text Example

White with #257DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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