Html Css Color HEX #2565CD Denim

📋 copy color: '#2565CD'

red 37 ◦ green 101 ◦ blue 205

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

Shades of Denim #2565CD

Tints of Denim #2565CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 10.79%
G = 29.45%
B = 59.77%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2565CD (or 0x2565CD) is known color: Denim. HEX triplet: 25, 65 and CD. RGB value is (37,101,205). Sum of RGB (Red+Green+Blue) = 37+101+205=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #2565CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2565CD is #DA9A32. Grayscale: #5D5D5D. Windows color (decimal): -14326323 or 13460773. OLE color: 13460773.

HSL color Cylindrical-coordinate representation of color #2565CD: hue angle of 217.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2565CD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 101 205 -
CMYK 0.82 0.51 0 0.20
HSL 217.14º 0.69% 0.47% -
HSV(B) 217.14º 0.82% 0.8% -
XYZ 16.44 14.11 59.61 -
YUV 93.72 190.8 87.54 -
System Red Green Blue C M Y K H S L
Decimal 37 101 205 0.82 0.51 0 0.20 217.14 0.69 0.47
Hex 25 65 CD 52 33 0 14 D9 45 2F
Octal 45 145 315 122 63 0 24 331 105 57
Binary 100101 1100101 11001101 1010010 110011 0 10100 11011001 1000101 101111

Color Harmonies of #2565CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565CD

Black with #2565CD

Text Example


Text Example

White with #2565CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2565CD; }

 p { color: rgb(37,101,205); }

 H1.HeaderClassName
 {
   color: #2565CD;
 }
 .AnyTagClassName
 {
   color: #2565CD;
 }
</style>

background-color css

<style>
 a { background-color: #2565CD; }

 a { background-color: rgb(37,101,205); }

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

border-color css

<style>
 span { border-color: #2565CD; }

 span { border-color: rgb(37,101,205); }

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