Html Css Color HEX #225EBD Denim

📋 copy color: '#225EBD'

red 34 ◦ green 94 ◦ blue 189

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

Shades of Denim #225EBD

Tints of Denim #225EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 10.73%
G = 29.65%
B = 59.62%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#225EBD (or 0x225EBD) is known color: Denim. HEX triplet: 22, 5E and BD. RGB value is (34,94,189). Sum of RGB (Red+Green+Blue) = 34+94+189=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #225EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EBD is #DDA142. Grayscale: #565656. Windows color (decimal): -14524739 or 12410402. OLE color: 12410402.

HSL color Cylindrical-coordinate representation of color #225EBD: hue angle of 216.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225EBD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 94 189 -
CMYK 0.82 0.50 0 0.26
HSL 216.77º 0.7% 0.44% -
HSV(B) 216.77º 0.82% 0.74% -
XYZ 13.85 12.02 49.73 -
YUV 86.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 34 94 189 0.82 0.50 0 0.26 216.77 0.7 0.44
Hex 22 5E BD 52 32 0 1A D9 46 2C
Octal 42 136 275 122 62 0 32 331 106 54
Binary 100010 1011110 10111101 1010010 110010 0 11010 11011001 1000110 101100

Color Harmonies of #225EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EBD

Black with #225EBD

Text Example


Text Example

White with #225EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,94,189); }

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

background-color css

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

 a { background-color: rgb(34,94,189); }

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

border-color css

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

 span { border-color: rgb(34,94,189); }

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