#257ACD

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

Shades of Curious Blue #257ACD

Tints of Curious Blue #257ACD

Color information

#257ACD (or 0x257ACD) is unknown color: approx Curious Blue. HEX triplet: 25, 7A and CD. RGB value is (37,122,205). Sum of RGB (Red+Green+Blue) = 37+122+205=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #257ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ACD is #DA8532. Grayscale: #696969. Windows color (decimal): -14320947 or 13466149. OLE color: 13466149.

HSL color Cylindrical-coordinate representation of color #257ACD: hue angle of 209.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257ACD is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB37122205-
CMYK0.820.4000.20
HSL209.64º69.42%47.45%-
HSV(B)209.64º81.95%80.39%-
XYZ18.7418.7260.38-
YUV106.05183.8478.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.16%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 205 (80.47% from 255) = 56.32%
R=10.16%
G=33.52%
B=56.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal371222050.820.4000.20209.6469.4247.45
Hex257ACD5228014d2452f
Octal451723151225002432210557
Binary1001011111010110011011010010101000010100110100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,122,205); }

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

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

 a { background-color: rgb(37,122,205); }

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

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

 span { border-color: rgb(37,122,205); }

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