Html Css Color HEX #225FC1 Denim

📋 copy color: '#225FC1'

red 34 ◦ green 95 ◦ blue 193

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

Shades of Denim #225FC1

Tints of Denim #225FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.94%

R = 10.56%
G = 29.5%
B = 59.94%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#225FC1 (or 0x225FC1) is known color: Denim. HEX triplet: 22, 5F and C1. RGB value is (34,95,193). Sum of RGB (Red+Green+Blue) = 34+95+193=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #225FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FC1 is #DDA03E. Grayscale: #575757. Windows color (decimal): -14524479 or 12672802. OLE color: 12672802.

HSL color Cylindrical-coordinate representation of color #225FC1: hue angle of 216.98º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225FC1 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 95 193 -
CMYK 0.82 0.51 0 0.24
HSL 216.98º 0.7% 0.45% -
HSV(B) 216.98º 0.82% 0.76% -
XYZ 14.38 12.37 52.08 -
YUV 87.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 34 95 193 0.82 0.51 0 0.24 216.98 0.7 0.45
Hex 22 5F C1 52 33 0 18 D9 46 2D
Octal 42 137 301 122 63 0 30 331 106 55
Binary 100010 1011111 11000001 1010010 110011 0 11000 11011001 1000110 101101

Color Harmonies of #225FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FC1

Black with #225FC1

Text Example


Text Example

White with #225FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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