Html Css Color HEX #0F23EF Blue

📋 copy color: '#0F23EF'

red 15 ◦ green 35 ◦ blue 239

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

Shades of Blue #0F23EF

Tints of Blue #0F23EF

RGB

 RED value IS 15 (6.25% from 255) = 5.19%

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

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

R = 5.19%
G = 12.11%
B = 82.7%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F23EF (or 0x0F23EF) is known color: Blue. HEX triplet: 0F, 23 and EF. RGB value is (15,35,239). Sum of RGB (Red+Green+Blue) = 15+35+239=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F23EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F23EF is #F0DC10. Grayscale: #333333. Windows color (decimal): -15784977 or 15672079. OLE color: 15672079.

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

Color convert

RGB 15 35 239 -
CMYK 0.94 0.85 0 0.06
HSL 234.64º 0.88% 0.5% -
HSV(B) 234.64º 0.94% 0.94% -
XYZ 16.38 7.54 82.25 -
YUV 52.28 233.37 101.41 -
System Red Green Blue C M Y K H S L
Decimal 15 35 239 0.94 0.85 0 0.06 234.64 0.88 0.5
Hex F 23 EF 5E 55 0 6 EB 58 32
Octal 17 43 357 136 125 0 6 353 130 62
Binary 1111 100011 11101111 1011110 1010101 0 110 11101011 1011000 110010

Color Harmonies of #0F23EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F23EF

Black with #0F23EF

Text Example


Text Example

White with #0F23EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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