Html Css Color HEX #2583BD Curious Blue

📋 copy color: '#2583BD'

red 37 ◦ green 131 ◦ blue 189

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

Shades of Curious Blue #2583BD

Tints of Curious Blue #2583BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 10.36%
G = 36.69%
B = 52.94%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2583BD (or 0x2583BD) is known color: Curious Blue. HEX triplet: 25, 83 and BD. RGB value is (37,131,189). Sum of RGB (Red+Green+Blue) = 37+131+189=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #2583BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583BD is #DA7C42. Grayscale: #6D6D6D. Windows color (decimal): -14318659 or 12419877. OLE color: 12419877.

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

Color convert

RGB 37 131 189 -
CMYK 0.80 0.31 0 0.26
HSL 202.89º 0.67% 0.44% -
HSV(B) 202.89º 0.8% 0.74% -
XYZ 18.06 20.3 51.11 -
YUV 109.51 172.86 76.28 -
System Red Green Blue C M Y K H S L
Decimal 37 131 189 0.80 0.31 0 0.26 202.89 0.67 0.44
Hex 25 83 BD 50 1F 0 1A CB 43 2C
Octal 45 203 275 120 37 0 32 313 103 54
Binary 100101 10000011 10111101 1010000 11111 0 11010 11001011 1000011 101100

Color Harmonies of #2583BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583BD

Black with #2583BD

Text Example


Text Example

White with #2583BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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