Html Css Color HEX #0D24EB Blue

📋 copy color: '#0D24EB'

red 13 ◦ green 36 ◦ blue 235

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

Shades of Blue #0D24EB

Tints of Blue #0D24EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 82.75%

R = 4.58%
G = 12.68%
B = 82.75%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D24EB (or 0x0D24EB) is known color: Blue. HEX triplet: 0D, 24 and EB. RGB value is (13,36,235). Sum of RGB (Red+Green+Blue) = 13+36+235=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D24EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D24EB is #F2DB14. Grayscale: #323232. Windows color (decimal): -15915797 or 15410189. OLE color: 15410189.

HSL color Cylindrical-coordinate representation of color #0D24EB: hue angle of 233.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D24EB is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 36 235 -
CMYK 0.94 0.85 0 0.08
HSL 233.78º 0.9% 0.49% -
HSV(B) 233.78º 0.94% 0.92% -
XYZ 15.79 7.35 79.18 -
YUV 51.81 231.38 100.32 -
System Red Green Blue C M Y K H S L
Decimal 13 36 235 0.94 0.85 0 0.08 233.78 0.9 0.49
Hex D 24 EB 5E 55 0 8 EA 5A 31
Octal 15 44 353 136 125 0 10 352 132 61
Binary 1101 100100 11101011 1011110 1010101 0 1000 11101010 1011010 110001

Color Harmonies of #0D24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D24EB

Black with #0D24EB

Text Example


Text Example

White with #0D24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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