Html Css Color HEX #2585BB Curious Blue

📋 copy color: '#2585BB'

red 37 ◦ green 133 ◦ blue 187

#2585BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2585BB

Tints of Curious Blue #2585BB

RGB

 RED value IS 37 (14.84% from 255) = 10.36%

 GREEN value IS 133 (52.34% from 255) = 37.25%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 10.36%
G = 37.25%
B = 52.38%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2585BB (or 0x2585BB) is known color: Curious Blue. HEX triplet: 25, 85 and BB. RGB value is (37,133,187). Sum of RGB (Red+Green+Blue) = 37+133+187=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2585BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585BB is #DA7A44. Grayscale: #6E6E6E. Windows color (decimal): -14318149 or 12289317. OLE color: 12289317.

HSL color Cylindrical-coordinate representation of color #2585BB: hue angle of 201.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2585BB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 133 187 -
CMYK 0.80 0.29 0 0.27
HSL 201.6º 0.67% 0.44% -
HSV(B) 201.6º 0.8% 0.73% -
XYZ 18.12 20.76 50.07 -
YUV 110.45 171.2 75.61 -
System Red Green Blue C M Y K H S L
Decimal 37 133 187 0.80 0.29 0 0.27 201.6 0.67 0.44
Hex 25 85 BB 50 1D 0 1B CA 43 2C
Octal 45 205 273 120 35 0 33 312 103 54
Binary 100101 10000101 10111011 1010000 11101 0 11011 11001010 1000011 101100

Color Harmonies of #2585BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585BB

Black with #2585BB

Text Example


Text Example

White with #2585BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2585BB; }

 p { color: rgb(37,133,187); }

 H1.HeaderClassName
 {
   color: #2585BB;
 }
 .AnyTagClassName
 {
   color: #2585BB;
 }
</style>

background-color css

<style>
 a { background-color: #2585BB; }

 a { background-color: rgb(37,133,187); }

 div.DivClassName
 {
   background-color: #2585BB;
 }
 .BgClassName
 {
   background-color: #2585BB;
 }
</style>

border-color css

<style>
 span { border-color: #2585BB; }

 span { border-color: rgb(37,133,187); }

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