Html Css Color HEX #245EBA Denim

📋 copy color: '#245EBA'

red 36 ◦ green 94 ◦ blue 186

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

Shades of Denim #245EBA

Tints of Denim #245EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 11.39%
G = 29.75%
B = 58.86%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#245EBA (or 0x245EBA) is known color: Denim. HEX triplet: 24, 5E and BA. RGB value is (36,94,186). Sum of RGB (Red+Green+Blue) = 36+94+186=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #245EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EBA is #DBA145. Grayscale: #565656. Windows color (decimal): -14393670 or 12213796. OLE color: 12213796.

HSL color Cylindrical-coordinate representation of color #245EBA: hue angle of 216.8º 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 #245EBA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 94 186 -
CMYK 0.81 0.49 0 0.27
HSL 216.8º 0.68% 0.44% -
HSV(B) 216.8º 0.81% 0.73% -
XYZ 13.59 11.93 48.04 -
YUV 87.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 36 94 186 0.81 0.49 0 0.27 216.8 0.68 0.44
Hex 24 5E BA 51 31 0 1B D9 44 2C
Octal 44 136 272 121 61 0 33 331 104 54
Binary 100100 1011110 10111010 1010001 110001 0 11011 11011001 1000100 101100

Color Harmonies of #245EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EBA

Black with #245EBA

Text Example


Text Example

White with #245EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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