Html Css Color HEX #2583BA Curious Blue

📋 copy color: '#2583BA'

red 37 ◦ green 131 ◦ blue 186

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

Shades of Curious Blue #2583BA

Tints of Curious Blue #2583BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 10.45%
G = 37.01%
B = 52.54%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2583BA (or 0x2583BA) is known color: Curious Blue. HEX triplet: 25, 83 and BA. RGB value is (37,131,186). Sum of RGB (Red+Green+Blue) = 37+131+186=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2583BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583BA is #DA7C45. Grayscale: #6C6C6C. Windows color (decimal): -14318662 or 12223269. OLE color: 12223269.

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

Color convert

RGB 37 131 186 -
CMYK 0.80 0.30 0 0.27
HSL 202.15º 0.67% 0.44% -
HSV(B) 202.15º 0.8% 0.73% -
XYZ 17.74 20.17 49.41 -
YUV 109.16 171.36 76.53 -
System Red Green Blue C M Y K H S L
Decimal 37 131 186 0.80 0.30 0 0.27 202.15 0.67 0.44
Hex 25 83 BA 50 1E 0 1B CA 43 2C
Octal 45 203 272 120 36 0 33 312 103 54
Binary 100101 10000011 10111010 1010000 11110 0 11011 11001010 1000011 101100

Color Harmonies of #2583BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583BA

Black with #2583BA

Text Example


Text Example

White with #2583BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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