Html Css Color HEX #230CDC Medium Blue

📋 copy color: '#230CDC'

red 35 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #230CDC

Tints of Medium Blue #230CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 82.4%

R = 13.11%
G = 4.49%
B = 82.4%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#230CDC (or 0x230CDC) is known color: Medium Blue. HEX triplet: 23, 0C and DC. RGB value is (35,12,220). Sum of RGB (Red+Green+Blue) = 35+12+220=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #230CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CDC is #DCF323. Grayscale: #292929. Windows color (decimal): -14480164 or 14421027. OLE color: 14421027.

HSL color Cylindrical-coordinate representation of color #230CDC: hue angle of 246.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230CDC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 12 220 -
CMYK 0.84 0.95 0 0.14
HSL 246.63º 0.9% 0.45% -
HSV(B) 246.63º 0.95% 0.86% -
XYZ 13.74 5.79 68.1 -
YUV 42.59 228.12 122.59 -
System Red Green Blue C M Y K H S L
Decimal 35 12 220 0.84 0.95 0 0.14 246.63 0.9 0.45
Hex 23 C DC 54 5F 0 E F7 5A 2D
Octal 43 14 334 124 137 0 16 367 132 55
Binary 100011 1100 11011100 1010100 1011111 0 1110 11110111 1011010 101101

Color Harmonies of #230CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CDC

Black with #230CDC

Text Example


Text Example

White with #230CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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