Html Css Color HEX #257DB2 Curious Blue

📋 copy color: '#257DB2'

red 37 ◦ green 125 ◦ blue 178

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

Shades of Curious Blue #257DB2

Tints of Curious Blue #257DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 10.88%
G = 36.76%
B = 52.35%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#257DB2 (or 0x257DB2) is known color: Curious Blue. HEX triplet: 25, 7D and B2. RGB value is (37,125,178). Sum of RGB (Red+Green+Blue) = 37+125+178=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #257DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DB2 is #DA824D. Grayscale: #686868. Windows color (decimal): -14320206 or 11697445. OLE color: 11697445.

HSL color Cylindrical-coordinate representation of color #257DB2: hue angle of 202.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257DB2 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 125 178 -
CMYK 0.79 0.30 0 0.30
HSL 202.55º 0.66% 0.42% -
HSV(B) 202.55º 0.79% 0.7% -
XYZ 16.13 18.27 44.8 -
YUV 104.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 37 125 178 0.79 0.30 0 0.30 202.55 0.66 0.42
Hex 25 7D B2 4F 1E 0 1E CB 42 2A
Octal 45 175 262 117 36 0 36 313 102 52
Binary 100101 1111101 10110010 1001111 11110 0 11110 11001011 1000010 101010

Color Harmonies of #257DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DB2

Black with #257DB2

Text Example


Text Example

White with #257DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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