Html Css Color HEX #245EBB Denim

📋 copy color: '#245EBB'

red 36 ◦ green 94 ◦ blue 187

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

Shades of Denim #245EBB

Tints of Denim #245EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 11.36%
G = 29.65%
B = 58.99%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#245EBB (or 0x245EBB) is known color: Denim. HEX triplet: 24, 5E and BB. RGB value is (36,94,187). Sum of RGB (Red+Green+Blue) = 36+94+187=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #245EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EBB is #DBA144. Grayscale: #565656. Windows color (decimal): -14393669 or 12279332. OLE color: 12279332.

HSL color Cylindrical-coordinate representation of color #245EBB: hue angle of 216.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245EBB is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 94 187 -
CMYK 0.81 0.50 0 0.27
HSL 216.95º 0.68% 0.44% -
HSV(B) 216.95º 0.81% 0.73% -
XYZ 13.7 11.97 48.6 -
YUV 87.26 184.28 91.44 -
System Red Green Blue C M Y K H S L
Decimal 36 94 187 0.81 0.50 0 0.27 216.95 0.68 0.44
Hex 24 5E BB 51 32 0 1B D9 44 2C
Octal 44 136 273 121 62 0 33 331 104 54
Binary 100100 1011110 10111011 1010001 110010 0 11011 11011001 1000100 101100

Color Harmonies of #245EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EBB

Black with #245EBB

Text Example


Text Example

White with #245EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,187); }

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

background-color css

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

 a { background-color: rgb(36,94,187); }

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

border-color css

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

 span { border-color: rgb(36,94,187); }

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