Html Css Color HEX #2584CE Curious Blue

📋 copy color: '#2584CE'

red 37 ◦ green 132 ◦ blue 206

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

Shades of Curious Blue #2584CE

Tints of Curious Blue #2584CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 9.87%
G = 35.2%
B = 54.93%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2584CE (or 0x2584CE) is known color: Curious Blue. HEX triplet: 25, 84 and CE. RGB value is (37,132,206). Sum of RGB (Red+Green+Blue) = 37+132+206=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #2584CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2584CE is #DA7B31. Grayscale: #6F6F6F. Windows color (decimal): -14318386 or 13534245. OLE color: 13534245.

HSL color Cylindrical-coordinate representation of color #2584CE: hue angle of 206.27º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2584CE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 132 206 -
CMYK 0.82 0.36 0 0.19
HSL 206.27º 0.7% 0.48% -
HSV(B) 206.27º 0.82% 0.81% -
XYZ 20.15 21.35 61.45 -
YUV 112.03 181.03 74.48 -
System Red Green Blue C M Y K H S L
Decimal 37 132 206 0.82 0.36 0 0.19 206.27 0.7 0.48
Hex 25 84 CE 52 24 0 13 CE 46 30
Octal 45 204 316 122 44 0 23 316 106 60
Binary 100101 10000100 11001110 1010010 100100 0 10011 11001110 1000110 110000

Color Harmonies of #2584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2584CE

Black with #2584CE

Text Example


Text Example

White with #2584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2584CE; }

 p { color: rgb(37,132,206); }

 H1.HeaderClassName
 {
   color: #2584CE;
 }
 .AnyTagClassName
 {
   color: #2584CE;
 }
</style>

background-color css

<style>
 a { background-color: #2584CE; }

 a { background-color: rgb(37,132,206); }

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

border-color css

<style>
 span { border-color: #2584CE; }

 span { border-color: rgb(37,132,206); }

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