Html Css Color HEX #225FCD Denim

📋 copy color: '#225FCD'

red 34 ◦ green 95 ◦ blue 205

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

Shades of Denim #225FCD

Tints of Denim #225FCD

RGB

 RED value IS 34 (13.67% from 255) = 10.18%

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 10.18%
G = 28.44%
B = 61.38%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#225FCD (or 0x225FCD) is known color: Denim. HEX triplet: 22, 5F and CD. RGB value is (34,95,205). Sum of RGB (Red+Green+Blue) = 34+95+205=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #225FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FCD is #DDA032. Grayscale: #585858. Windows color (decimal): -14524467 or 13459234. OLE color: 13459234.

HSL color Cylindrical-coordinate representation of color #225FCD: hue angle of 218.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225FCD is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 95 205 -
CMYK 0.83 0.54 0 0.20
HSL 218.6º 0.72% 0.47% -
HSV(B) 218.6º 0.83% 0.8% -
XYZ 15.77 12.93 59.42 -
YUV 89.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 34 95 205 0.83 0.54 0 0.20 218.6 0.72 0.47
Hex 22 5F CD 53 36 0 14 DB 48 2F
Octal 42 137 315 123 66 0 24 333 110 57
Binary 100010 1011111 11001101 1010011 110110 0 10100 11011011 1001000 101111

Color Harmonies of #225FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FCD

Black with #225FCD

Text Example


Text Example

White with #225FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225FCD; }

 p { color: rgb(34,95,205); }

 H1.HeaderClassName
 {
   color: #225FCD;
 }
 .AnyTagClassName
 {
   color: #225FCD;
 }
</style>

background-color css

<style>
 a { background-color: #225FCD; }

 a { background-color: rgb(34,95,205); }

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

border-color css

<style>
 span { border-color: #225FCD; }

 span { border-color: rgb(34,95,205); }

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