Html Css Color HEX #230DCD Medium Blue

📋 copy color: '#230DCD'

red 35 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #230DCD

Tints of Medium Blue #230DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.03%

R = 13.83%
G = 5.14%
B = 81.03%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#230DCD (or 0x230DCD) is known color: Medium Blue. HEX triplet: 23, 0D and CD. RGB value is (35,13,205). Sum of RGB (Red+Green+Blue) = 35+13+205=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #230DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DCD is #DCF232. Grayscale: #282828. Windows color (decimal): -14479923 or 13438243. OLE color: 13438243.

HSL color Cylindrical-coordinate representation of color #230DCD: hue angle of 246.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230DCD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 13 205 -
CMYK 0.83 0.94 0 0.20
HSL 246.88º 0.88% 0.43% -
HSV(B) 246.88º 0.94% 0.8% -
XYZ 11.86 5.05 58.11 -
YUV 41.47 220.29 123.39 -
System Red Green Blue C M Y K H S L
Decimal 35 13 205 0.83 0.94 0 0.20 246.88 0.88 0.43
Hex 23 D CD 53 5E 0 14 F7 58 2B
Octal 43 15 315 123 136 0 24 367 130 53
Binary 100011 1101 11001101 1010011 1011110 0 10100 11110111 1011000 101011

Color Harmonies of #230DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230DCD

Black with #230DCD

Text Example


Text Example

White with #230DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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