Html Css Color HEX #225FCE Denim

📋 copy color: '#225FCE'

red 34 ◦ green 95 ◦ blue 206

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

Shades of Denim #225FCE

Tints of Denim #225FCE

RGB

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

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

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

R = 10.15%
G = 28.36%
B = 61.49%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#225FCE (or 0x225FCE) is known color: Denim. HEX triplet: 22, 5F and CE. RGB value is (34,95,206). Sum of RGB (Red+Green+Blue) = 34+95+206=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #225FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FCE is #DDA031. Grayscale: #585858. Windows color (decimal): -14524466 or 13524770. OLE color: 13524770.

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

Color convert

RGB 34 95 206 -
CMYK 0.83 0.54 0 0.19
HSL 218.72º 0.72% 0.47% -
HSV(B) 218.72º 0.83% 0.81% -
XYZ 15.89 12.98 60.06 -
YUV 89.42 193.79 88.47 -
System Red Green Blue C M Y K H S L
Decimal 34 95 206 0.83 0.54 0 0.19 218.72 0.72 0.47
Hex 22 5F CE 53 36 0 13 DB 48 2F
Octal 42 137 316 123 66 0 23 333 110 57
Binary 100010 1011111 11001110 1010011 110110 0 10011 11011011 1001000 101111

Color Harmonies of #225FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FCE

Black with #225FCE

Text Example


Text Example

White with #225FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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