Html Css Color HEX #0924DF Medium Blue

📋 copy color: '#0924DF'

red 9 ◦ green 36 ◦ blue 223

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

Shades of Medium Blue #0924DF

Tints of Medium Blue #0924DF

RGB

 RED value IS 9 (3.91% from 255) = 3.36%

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

 BLUE value IS 223 (87.5% from 255) = 83.21%

R = 3.36%
G = 13.43%
B = 83.21%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0924DF (or 0x0924DF) is known color: Medium Blue. HEX triplet: 09, 24 and DF. RGB value is (9,36,223). Sum of RGB (Red+Green+Blue) = 9+36+223=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #0924DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0924DF is #F6DB20. Grayscale: #303030. Windows color (decimal): -16177953 or 14623753. OLE color: 14623753.

HSL color Cylindrical-coordinate representation of color #0924DF: hue angle of 232.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0924DF is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 36 223 -
CMYK 0.96 0.84 0 0.13
HSL 232.43º 0.92% 0.45% -
HSV(B) 232.43º 0.96% 0.87% -
XYZ 14.06 6.65 70.35 -
YUV 49.25 226.05 99.29 -
System Red Green Blue C M Y K H S L
Decimal 9 36 223 0.96 0.84 0 0.13 232.43 0.92 0.45
Hex 9 24 DF 60 54 0 D E8 5C 2D
Octal 11 44 337 140 124 0 15 350 134 55
Binary 1001 100100 11011111 1100000 1010100 0 1101 11101000 1011100 101101

Color Harmonies of #0924DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924DF

Black with #0924DF

Text Example


Text Example

White with #0924DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0924DF; }

 p { color: rgb(9,36,223); }

 H1.HeaderClassName
 {
   color: #0924DF;
 }
 .AnyTagClassName
 {
   color: #0924DF;
 }
</style>

background-color css

<style>
 a { background-color: #0924DF; }

 a { background-color: rgb(9,36,223); }

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

border-color css

<style>
 span { border-color: #0924DF; }

 span { border-color: rgb(9,36,223); }

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