Html Css Color HEX #2585BC Curious Blue

📋 copy color: '#2585BC'

red 37 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #2585BC

Tints of Curious Blue #2585BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 10.34%
G = 37.15%
B = 52.51%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2585BC (or 0x2585BC) is known color: Curious Blue. HEX triplet: 25, 85 and BC. RGB value is (37,133,188). Sum of RGB (Red+Green+Blue) = 37+133+188=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #2585BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585BC is #DA7A43. Grayscale: #6E6E6E. Windows color (decimal): -14318148 or 12354853. OLE color: 12354853.

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

Color convert

RGB 37 133 188 -
CMYK 0.80 0.29 0 0.26
HSL 201.85º 0.67% 0.44% -
HSV(B) 201.85º 0.8% 0.74% -
XYZ 18.23 20.8 50.63 -
YUV 110.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 37 133 188 0.80 0.29 0 0.26 201.85 0.67 0.44
Hex 25 85 BC 50 1D 0 1A CA 43 2C
Octal 45 205 274 120 35 0 32 312 103 54
Binary 100101 10000101 10111100 1010000 11101 0 11010 11001010 1000011 101100

Color Harmonies of #2585BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585BC

Black with #2585BC

Text Example


Text Example

White with #2585BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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