Html Css Color HEX #225DC4 Denim

📋 copy color: '#225DC4'

red 34 ◦ green 93 ◦ blue 196

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

Shades of Denim #225DC4

Tints of Denim #225DC4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 196 (76.95% from 255) = 60.68%

R = 10.53%
G = 28.79%
B = 60.68%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#225DC4 (or 0x225DC4) is known color: Denim. HEX triplet: 22, 5D and C4. RGB value is (34,93,196). Sum of RGB (Red+Green+Blue) = 34+93+196=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #225DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DC4 is #DDA23B. Grayscale: #565656. Windows color (decimal): -14524988 or 12868898. OLE color: 12868898.

HSL color Cylindrical-coordinate representation of color #225DC4: hue angle of 218.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225DC4 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 93 196 -
CMYK 0.83 0.53 0 0.23
HSL 218.15º 0.7% 0.45% -
HSV(B) 218.15º 0.83% 0.77% -
XYZ 14.54 12.15 53.8 -
YUV 87.1 189.45 90.12 -
System Red Green Blue C M Y K H S L
Decimal 34 93 196 0.83 0.53 0 0.23 218.15 0.7 0.45
Hex 22 5D C4 53 35 0 17 DA 46 2D
Octal 42 135 304 123 65 0 27 332 106 55
Binary 100010 1011101 11000100 1010011 110101 0 10111 11011010 1000110 101101

Color Harmonies of #225DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DC4

Black with #225DC4

Text Example


Text Example

White with #225DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,93,196); }

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

background-color css

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

 a { background-color: rgb(34,93,196); }

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

border-color css

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

 span { border-color: rgb(34,93,196); }

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