Html Css Color HEX #0923EF Blue

📋 copy color: '#0923EF'

red 9 ◦ green 35 ◦ blue 239

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

Shades of Blue #0923EF

Tints of Blue #0923EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 239 (93.75% from 255) = 84.45%

R = 3.18%
G = 12.37%
B = 84.45%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0923EF (or 0x0923EF) is known color: Blue. HEX triplet: 09, 23 and EF. RGB value is (9,35,239). Sum of RGB (Red+Green+Blue) = 9+35+239=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #0923EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0923EF is #F6DC10. Grayscale: #313131. Windows color (decimal): -16178193 or 15672073. OLE color: 15672073.

HSL color Cylindrical-coordinate representation of color #0923EF: hue angle of 233.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0923EF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 35 239 -
CMYK 0.96 0.85 0 0.06
HSL 233.22º 0.93% 0.49% -
HSV(B) 233.22º 0.96% 0.94% -
XYZ 16.29 7.49 82.25 -
YUV 50.48 234.39 98.41 -
System Red Green Blue C M Y K H S L
Decimal 9 35 239 0.96 0.85 0 0.06 233.22 0.93 0.49
Hex 9 23 EF 60 55 0 6 E9 5D 31
Octal 11 43 357 140 125 0 6 351 135 61
Binary 1001 100011 11101111 1100000 1010101 0 110 11101001 1011101 110001

Color Harmonies of #0923EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0923EF

Black with #0923EF

Text Example


Text Example

White with #0923EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0923EF; }

 p { color: rgb(9,35,239); }

 H1.HeaderClassName
 {
   color: #0923EF;
 }
 .AnyTagClassName
 {
   color: #0923EF;
 }
</style>

background-color css

<style>
 a { background-color: #0923EF; }

 a { background-color: rgb(9,35,239); }

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

border-color css

<style>
 span { border-color: #0923EF; }

 span { border-color: rgb(9,35,239); }

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