Html Css Color HEX #2309DF Medium Blue

📋 copy color: '#2309DF'

red 35 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #2309DF

Tints of Medium Blue #2309DF

RGB

 RED value IS 35 (14.06% from 255) = 13.11%

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 13.11%
G = 3.37%
B = 83.52%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2309DF (or 0x2309DF) is known color: Medium Blue. HEX triplet: 23, 09 and DF. RGB value is (35,9,223). Sum of RGB (Red+Green+Blue) = 35+9+223=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #2309DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309DF is #DCF620. Grayscale: #282828. Windows color (decimal): -14480929 or 14616867. OLE color: 14616867.

HSL color Cylindrical-coordinate representation of color #2309DF: hue angle of 247.29º 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 #2309DF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 9 223 -
CMYK 0.84 0.96 0 0.13
HSL 247.29º 0.92% 0.45% -
HSV(B) 247.29º 0.96% 0.87% -
XYZ 14.11 5.88 70.2 -
YUV 41.17 230.61 123.6 -
System Red Green Blue C M Y K H S L
Decimal 35 9 223 0.84 0.96 0 0.13 247.29 0.92 0.45
Hex 23 9 DF 54 60 0 D F7 5C 2D
Octal 43 11 337 124 140 0 15 367 134 55
Binary 100011 1001 11011111 1010100 1100000 0 1101 11110111 1011100 101101

Color Harmonies of #2309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2309DF

Black with #2309DF

Text Example


Text Example

White with #2309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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