Html Css Color HEX #0D24E5 Medium Blue

📋 copy color: '#0D24E5'

red 13 ◦ green 36 ◦ blue 229

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

Shades of Medium Blue #0D24E5

Tints of Medium Blue #0D24E5

RGB

 RED value IS 13 (5.47% from 255) = 4.68%

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 229 (89.84% from 255) = 82.37%

R = 4.68%
G = 12.95%
B = 82.37%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0D24E5 (or 0x0D24E5) is known color: Medium Blue. HEX triplet: 0D, 24 and E5. RGB value is (13,36,229). Sum of RGB (Red+Green+Blue) = 13+36+229=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 229 (89.84% from 255 or 82.37% from 278); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D24E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D24E5 is #F2DB1A. Grayscale: #323232. Windows color (decimal): -15915803 or 15016973. OLE color: 15016973.

HSL color Cylindrical-coordinate representation of color #0D24E5: hue angle of 233.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D24E5 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 36 229 -
CMYK 0.94 0.84 0 0.10
HSL 233.61º 0.89% 0.47% -
HSV(B) 233.61º 0.94% 0.9% -
XYZ 14.94 7 74.69 -
YUV 51.13 228.38 100.81 -
System Red Green Blue C M Y K H S L
Decimal 13 36 229 0.94 0.84 0 0.10 233.61 0.89 0.47
Hex D 24 E5 5E 54 0 A EA 59 2F
Octal 15 44 345 136 124 0 12 352 131 57
Binary 1101 100100 11100101 1011110 1010100 0 1010 11101010 1011001 101111

Color Harmonies of #0D24E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D24E5

Black with #0D24E5

Text Example


Text Example

White with #0D24E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D24E5; }

 p { color: rgb(13,36,229); }

 H1.HeaderClassName
 {
   color: #0D24E5;
 }
 .AnyTagClassName
 {
   color: #0D24E5;
 }
</style>

background-color css

<style>
 a { background-color: #0D24E5; }

 a { background-color: rgb(13,36,229); }

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

border-color css

<style>
 span { border-color: #0D24E5; }

 span { border-color: rgb(13,36,229); }

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