#258BC9

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

Shades of Curious Blue #258BC9

Tints of Curious Blue #258BC9

Color information

#258BC9 (or 0x258BC9) is unknown color: approx Curious Blue. HEX triplet: 25, 8B and C9. RGB value is (37,139,201). Sum of RGB (Red+Green+Blue) = 37+139+201=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #258BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BC9 is #DA7436. Grayscale: #737373. Windows color (decimal): -14316599 or 13208357. OLE color: 13208357.

HSL color Cylindrical-coordinate representation of color #258BC9: hue angle of 202.68º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #258BC9 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37139201-
CMYK0.820.3100.21
HSL202.68º68.91%46.67%-
HSV(B)202.68º81.59%78.82%-
XYZ20.5423.0858.63-
YUV115.57176.2171.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.81%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=9.81%
G=36.87%
B=53.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371392010.820.3100.21202.6868.9146.67
Hex258BC9521F015cb452f
Octal452133111223702531310557
Binary1001011000101111001001101001011111010101110010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258BC9; }

 p { color: rgb(37,139,201); }

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

<style>
 a { background-color: #258BC9; }

 a { background-color: rgb(37,139,201); }

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

<style>
 span { border-color: #258BC9; }

 span { border-color: rgb(37,139,201); }

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