Html Css Color HEX #0023DF Medium Blue

📋 copy color: '#0023DF'

red 0 ◦ green 35 ◦ blue 223

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

Shades of Medium Blue #0023DF

Tints of Medium Blue #0023DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13.57%
B = 86.43%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0023DF (or 0x0023DF) is known color: Medium Blue. HEX triplet: 00, 23 and DF. RGB value is (0,35,223). Sum of RGB (Red+Green+Blue) = 0+35+223=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #0023DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023DF is #FFDC20. Grayscale: #2D2D2D. Windows color (decimal): -16768033 or 14623488. OLE color: 14623488.

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

Color convert

RGB 0 35 223 -
CMYK 1 0.84 0 0.13
HSL 230.58º 1% 0.44% -
HSV(B) 230.58º 1% 0.87% -
XYZ 13.92 6.53 70.34 -
YUV 45.97 227.9 95.21 -
System Red Green Blue C M Y K H S L
Decimal 0 35 223 1 0.84 0 0.13 230.58 1 0.44
Hex 0 23 DF 64 54 0 D E7 64 2C
Octal 0 43 337 144 124 0 15 347 144 54
Binary 0 100011 11011111 1100100 1010100 0 1101 11100111 1100100 101100

Color Harmonies of #0023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0023DF

Black with #0023DF

Text Example


Text Example

White with #0023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,35,223); }

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

background-color css

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

 a { background-color: rgb(0,35,223); }

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

border-color css

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

 span { border-color: rgb(0,35,223); }

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