Html Css Color HEX #2583BC Curious Blue

📋 copy color: '#2583BC'

red 37 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #2583BC

Tints of Curious Blue #2583BC

RGB

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

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

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

R = 10.39%
G = 36.8%
B = 52.81%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2583BC (or 0x2583BC) is known color: Curious Blue. HEX triplet: 25, 83 and BC. RGB value is (37,131,188). Sum of RGB (Red+Green+Blue) = 37+131+188=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2583BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583BC is #DA7C43. Grayscale: #6D6D6D. Windows color (decimal): -14318660 or 12354341. OLE color: 12354341.

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

Color convert

RGB 37 131 188 -
CMYK 0.80 0.30 0 0.26
HSL 202.65º 0.67% 0.44% -
HSV(B) 202.65º 0.8% 0.74% -
XYZ 17.96 20.26 50.54 -
YUV 109.39 172.36 76.37 -
System Red Green Blue C M Y K H S L
Decimal 37 131 188 0.80 0.30 0 0.26 202.65 0.67 0.44
Hex 25 83 BC 50 1E 0 1A CB 43 2C
Octal 45 203 274 120 36 0 32 313 103 54
Binary 100101 10000011 10111100 1010000 11110 0 11010 11001011 1000011 101100

Color Harmonies of #2583BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583BC

Black with #2583BC

Text Example


Text Example

White with #2583BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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