Html Css Color HEX #230CCD Medium Blue

📋 copy color: '#230CCD'

red 35 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #230CCD

Tints of Medium Blue #230CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 13.89%
G = 4.76%
B = 81.35%

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

#230CCD (or 0x230CCD) is known color: Medium Blue. HEX triplet: 23, 0C and CD. RGB value is (35,12,205). Sum of RGB (Red+Green+Blue) = 35+12+205=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #230CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CCD is #DCF332. Grayscale: #282828. Windows color (decimal): -14480179 or 13437987. OLE color: 13437987.

HSL color Cylindrical-coordinate representation of color #230CCD: hue angle of 247.15º degrees, saturation: 0.89, 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 #230CCD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 12 205 -
CMYK 0.83 0.94 0 0.20
HSL 247.15º 0.89% 0.43% -
HSV(B) 247.15º 0.94% 0.8% -
XYZ 11.84 5.03 58.1 -
YUV 40.88 220.62 123.81 -
System Red Green Blue C M Y K H S L
Decimal 35 12 205 0.83 0.94 0 0.20 247.15 0.89 0.43
Hex 23 C CD 53 5E 0 14 F7 59 2B
Octal 43 14 315 123 136 0 24 367 131 53
Binary 100011 1100 11001101 1010011 1011110 0 10100 11110111 1011001 101011

Color Harmonies of #230CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CCD

Black with #230CCD

Text Example


Text Example

White with #230CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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