Html Css Color HEX #230ACC Medium Blue

📋 copy color: '#230ACC'

red 35 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #230ACC

Tints of Medium Blue #230ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 14.06%
G = 4.02%
B = 81.93%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#230ACC (or 0x230ACC) is known color: Medium Blue. HEX triplet: 23, 0A and CC. RGB value is (35,10,204). Sum of RGB (Red+Green+Blue) = 35+10+204=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #230ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ACC is #DCF533. Grayscale: #262626. Windows color (decimal): -14480692 or 13371939. OLE color: 13371939.

HSL color Cylindrical-coordinate representation of color #230ACC: hue angle of 247.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230ACC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 10 204 -
CMYK 0.83 0.95 0 0.2
HSL 247.73º 0.91% 0.42% -
HSV(B) 247.73º 0.95% 0.8% -
XYZ 11.7 4.93 57.46 -
YUV 39.59 220.78 124.73 -
System Red Green Blue C M Y K H S L
Decimal 35 10 204 0.83 0.95 0 0.2 247.73 0.91 0.42
Hex 23 A CC 53 5F 0 14 F8 5B 2A
Octal 43 12 314 123 137 0 24 370 133 52
Binary 100011 1010 11001100 1010011 1011111 0 10100 11111000 1011011 101010

Color Harmonies of #230ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ACC

Black with #230ACC

Text Example


Text Example

White with #230ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,10,204); }

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

background-color css

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

 a { background-color: rgb(35,10,204); }

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

border-color css

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

 span { border-color: rgb(35,10,204); }

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