Html Css Color HEX #2303DD Medium Blue

📋 copy color: '#2303DD'

red 35 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #2303DD

Tints of Medium Blue #2303DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 221 (86.72% from 255) = 85.33%

R = 13.51%
G = 1.16%
B = 85.33%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2303DD (or 0x2303DD) is known color: Medium Blue. HEX triplet: 23, 03 and DD. RGB value is (35,3,221). Sum of RGB (Red+Green+Blue) = 35+3+221=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #2303DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303DD is #DCFC22. Grayscale: #242424. Windows color (decimal): -14482467 or 14484259. OLE color: 14484259.

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

Color convert

RGB 35 3 221 -
CMYK 0.84 0.99 0 0.13
HSL 248.81º 0.97% 0.44% -
HSV(B) 248.81º 0.99% 0.87% -
XYZ 13.78 5.64 68.77 -
YUV 37.42 231.6 126.27 -
System Red Green Blue C M Y K H S L
Decimal 35 3 221 0.84 0.99 0 0.13 248.81 0.97 0.44
Hex 23 3 DD 54 63 0 D F9 61 2C
Octal 43 3 335 124 143 0 15 371 141 54
Binary 100011 11 11011101 1010100 1100011 0 1101 11111001 1100001 101100

Color Harmonies of #2303DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2303DD

Black with #2303DD

Text Example


Text Example

White with #2303DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2303DD; }

 p { color: rgb(35,3,221); }

 H1.HeaderClassName
 {
   color: #2303DD;
 }
 .AnyTagClassName
 {
   color: #2303DD;
 }
</style>

background-color css

<style>
 a { background-color: #2303DD; }

 a { background-color: rgb(35,3,221); }

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

border-color css

<style>
 span { border-color: #2303DD; }

 span { border-color: rgb(35,3,221); }

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