#257bbf

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

Shades of Curious Blue #257BBF

Tints of Curious Blue #257BBF

Color information

#257BBF (or 0x257BBF) is unknown color: approx Curious Blue. HEX triplet: 25, 7B and BF. RGB value is (37,123,191). Sum of RGB (Red+Green+Blue) = 37+123+191=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #257BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BBF is #DA8440. Grayscale: #686868. Windows color (decimal): -14320705 or 12548901. OLE color: 12548901.

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

Color convert

RGB37123191-
CMYK0.810.3600.25
HSL206.49º67.54%44.71%-
HSV(B)206.49º80.63%74.9%-
XYZ17.2518.3251.92-
YUV105.04176.5179.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 191 (75% from 255) = 54.42%
R=10.54%
G=35.04%
B=54.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371231910.810.3600.25206.4967.5444.71
Hex257BBF5124019ce442d
Octal451732771214403131610455
Binary1001011111011101111111010001100100011001110011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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