Html Css Color HEX #245FB4 Denim

📋 copy color: '#245FB4'

red 36 ◦ green 95 ◦ blue 180

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

Shades of Denim #245FB4

Tints of Denim #245FB4

RGB

 RED value IS 36 (14.45% from 255) = 11.58%

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

 BLUE value IS 180 (70.7% from 255) = 57.88%

R = 11.58%
G = 30.55%
B = 57.88%

CMYK

 C value IS 0.8

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#245FB4 (or 0x245FB4) is known color: Denim. HEX triplet: 24, 5F and B4. RGB value is (36,95,180). Sum of RGB (Red+Green+Blue) = 36+95+180=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #245FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FB4 is #DBA04B. Grayscale: #565656. Windows color (decimal): -14393420 or 11820836. OLE color: 11820836.

HSL color Cylindrical-coordinate representation of color #245FB4: hue angle of 215.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245FB4 is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 95 180 -
CMYK 0.8 0.47 0 0.29
HSL 215.42º 0.67% 0.42% -
HSV(B) 215.42º 0.8% 0.71% -
XYZ 13.06 11.85 44.78 -
YUV 87.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 36 95 180 0.8 0.47 0 0.29 215.42 0.67 0.42
Hex 24 5F B4 50 2F 0 1D D7 43 2A
Octal 44 137 264 120 57 0 35 327 103 52
Binary 100100 1011111 10110100 1010000 101111 0 11101 11010111 1000011 101010

Color Harmonies of #245FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FB4

Black with #245FB4

Text Example


Text Example

White with #245FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245FB4; }

 p { color: rgb(36,95,180); }

 H1.HeaderClassName
 {
   color: #245FB4;
 }
 .AnyTagClassName
 {
   color: #245FB4;
 }
</style>

background-color css

<style>
 a { background-color: #245FB4; }

 a { background-color: rgb(36,95,180); }

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

border-color css

<style>
 span { border-color: #245FB4; }

 span { border-color: rgb(36,95,180); }

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