#257BC1

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

Shades of Curious Blue #257BC1

Tints of Curious Blue #257BC1

Color information

#257BC1 (or 0x257BC1) is unknown color: approx Curious Blue. HEX triplet: 25, 7B and C1. RGB value is (37,123,193). Sum of RGB (Red+Green+Blue) = 37+123+193=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #257BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BC1 is #DA843E. Grayscale: #686868. Windows color (decimal): -14320703 or 12679973. OLE color: 12679973.

HSL color Cylindrical-coordinate representation of color #257BC1: hue angle of 206.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257BC1 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB37123193-
CMYK0.810.3600.24
HSL206.92º67.83%45.1%-
HSV(B)206.92º80.83%75.69%-
XYZ17.4718.4153.08-
YUV105.27177.5179.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.48%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=10.48%
G=34.84%
B=54.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371231930.810.3600.24206.9267.8345.1
Hex257BC15124018cf442d
Octal451733011214403031710455
Binary1001011111011110000011010001100100011000110011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,123,193); }

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

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

 a { background-color: rgb(37,123,193); }

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

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

 span { border-color: rgb(37,123,193); }

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