#257CD6

Color #257CD6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #257CD6

Tints of Curious Blue #257CD6

Color information

#257CD6 (or 0x257CD6) is unknown color: approx Curious Blue. HEX triplet: 25, 7C and D6. RGB value is (37,124,214). Sum of RGB (Red+Green+Blue) = 37+124+214=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #257CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CD6 is #DA8329. Grayscale: #6B6B6B. Windows color (decimal): -14320426 or 14056485. OLE color: 14056485.

HSL color Cylindrical-coordinate representation of color #257CD6: hue angle of 210.51º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257CD6 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB37124214-
CMYK0.830.4200.16
HSL210.51º70.52%49.22%-
HSV(B)210.51º82.71%83.92%-
XYZ20.1119.6666.35-
YUV108.25187.6877.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.87%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 214 (83.98% from 255) = 57.07%
R=9.87%
G=33.07%
B=57.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal371242140.830.4200.16210.5170.5249.22
Hex257CD6532A010d34731
Octal451743261235202032310761
Binary1001011111100110101101010011101010010000110100111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,214); }

 H1.HeaderClassName
 {
   color: #257CD6;
 }
 .AnyTagClassName
 {
   color: #257CD6;
 }
</style>
background-color css

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

 a { background-color: rgb(37,124,214); }

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

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

 span { border-color: rgb(37,124,214); }

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