Html Css Color HEX #2586BD Curious Blue

📋 copy color: '#2586BD'

red 37 ◦ green 134 ◦ blue 189

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

Shades of Curious Blue #2586BD

Tints of Curious Blue #2586BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 10.28%
G = 37.22%
B = 52.5%

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

#2586BD (or 0x2586BD) is known color: Curious Blue. HEX triplet: 25, 86 and BD. RGB value is (37,134,189). Sum of RGB (Red+Green+Blue) = 37+134+189=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #2586BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2586BD is #DA7942. Grayscale: #6E6E6E. Windows color (decimal): -14317891 or 12420645. OLE color: 12420645.

HSL color Cylindrical-coordinate representation of color #2586BD: hue angle of 201.71º 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 #2586BD is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 134 189 -
CMYK 0.80 0.29 0 0.26
HSL 201.71º 0.67% 0.44% -
HSV(B) 201.71º 0.8% 0.74% -
XYZ 18.47 21.12 51.25 -
YUV 111.27 171.86 75.03 -
System Red Green Blue C M Y K H S L
Decimal 37 134 189 0.80 0.29 0 0.26 201.71 0.67 0.44
Hex 25 86 BD 50 1D 0 1A CA 43 2C
Octal 45 206 275 120 35 0 32 312 103 54
Binary 100101 10000110 10111101 1010000 11101 0 11010 11001010 1000011 101100

Color Harmonies of #2586BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2586BD

Black with #2586BD

Text Example


Text Example

White with #2586BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2586BD; }

 p { color: rgb(37,134,189); }

 H1.HeaderClassName
 {
   color: #2586BD;
 }
 .AnyTagClassName
 {
   color: #2586BD;
 }
</style>

background-color css

<style>
 a { background-color: #2586BD; }

 a { background-color: rgb(37,134,189); }

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

border-color css

<style>
 span { border-color: #2586BD; }

 span { border-color: rgb(37,134,189); }

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