Html Css Color HEX #230DDD Medium Blue

📋 copy color: '#230DDD'

red 35 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #230DDD

Tints of Medium Blue #230DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

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

R = 13.01%
G = 4.83%
B = 82.16%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#230DDD (or 0x230DDD) is known color: Medium Blue. HEX triplet: 23, 0D and DD. RGB value is (35,13,221). Sum of RGB (Red+Green+Blue) = 35+13+221=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #230DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DDD is #DCF222. Grayscale: #2A2A2A. Windows color (decimal): -14479907 or 14486819. OLE color: 14486819.

HSL color Cylindrical-coordinate representation of color #230DDD: hue angle of 246.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230DDD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 13 221 -
CMYK 0.84 0.94 0 0.13
HSL 246.35º 0.89% 0.46% -
HSV(B) 246.35º 0.94% 0.87% -
XYZ 13.89 5.87 68.81 -
YUV 43.29 228.29 122.09 -
System Red Green Blue C M Y K H S L
Decimal 35 13 221 0.84 0.94 0 0.13 246.35 0.89 0.46
Hex 23 D DD 54 5E 0 D F6 59 2E
Octal 43 15 335 124 136 0 15 366 131 56
Binary 100011 1101 11011101 1010100 1011110 0 1101 11110110 1011001 101110

Color Harmonies of #230DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230DDD

Black with #230DDD

Text Example


Text Example

White with #230DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230DDD; }

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

 H1.HeaderClassName
 {
   color: #230DDD;
 }
 .AnyTagClassName
 {
   color: #230DDD;
 }
</style>

background-color css

<style>
 a { background-color: #230DDD; }

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

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

border-color css

<style>
 span { border-color: #230DDD; }

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

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