Html Css Color HEX #245FB0 Denim

📋 copy color: '#245FB0'

red 36 ◦ green 95 ◦ blue 176

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

Shades of Denim #245FB0

Tints of Denim #245FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.33%

R = 11.73%
G = 30.94%
B = 57.33%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#245FB0 (or 0x245FB0) is known color: Denim. HEX triplet: 24, 5F and B0. RGB value is (36,95,176). Sum of RGB (Red+Green+Blue) = 36+95+176=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #245FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245FB0 is #DBA04F. Grayscale: #565656. Windows color (decimal): -14393424 or 11558692. OLE color: 11558692.

HSL color Cylindrical-coordinate representation of color #245FB0: hue angle of 214.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245FB0 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 95 176 -
CMYK 0.80 0.46 0 0.31
HSL 214.71º 0.66% 0.42% -
HSV(B) 214.71º 0.8% 0.69% -
XYZ 12.66 11.69 42.66 -
YUV 86.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 36 95 176 0.80 0.46 0 0.31 214.71 0.66 0.42
Hex 24 5F B0 50 2E 0 1F D7 42 2A
Octal 44 137 260 120 56 0 37 327 102 52
Binary 100100 1011111 10110000 1010000 101110 0 11111 11010111 1000010 101010

Color Harmonies of #245FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FB0

Black with #245FB0

Text Example


Text Example

White with #245FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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