Html Css Color HEX #231ADC Medium Blue

📋 copy color: '#231ADC'

red 35 ◦ green 26 ◦ blue 220

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

Shades of Medium Blue #231ADC

Tints of Medium Blue #231ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

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

R = 12.46%
G = 9.25%
B = 78.29%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#231ADC (or 0x231ADC) is known color: Medium Blue. HEX triplet: 23, 1A and DC. RGB value is (35,26,220). Sum of RGB (Red+Green+Blue) = 35+26+220=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #231ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ADC is #DCE523. Grayscale: #323232. Windows color (decimal): -14476580 or 14424611. OLE color: 14424611.

HSL color Cylindrical-coordinate representation of color #231ADC: hue angle of 242.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231ADC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 26 220 -
CMYK 0.84 0.88 0 0.14
HSL 242.78º 0.79% 0.48% -
HSV(B) 242.78º 0.88% 0.86% -
XYZ 13.98 6.26 68.18 -
YUV 50.81 223.48 116.73 -
System Red Green Blue C M Y K H S L
Decimal 35 26 220 0.84 0.88 0 0.14 242.78 0.79 0.48
Hex 23 1A DC 54 58 0 E F3 4F 30
Octal 43 32 334 124 130 0 16 363 117 60
Binary 100011 11010 11011100 1010100 1011000 0 1110 11110011 1001111 110000

Color Harmonies of #231ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ADC

Black with #231ADC

Text Example


Text Example

White with #231ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231ADC; }

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

 H1.HeaderClassName
 {
   color: #231ADC;
 }
 .AnyTagClassName
 {
   color: #231ADC;
 }
</style>

background-color css

<style>
 a { background-color: #231ADC; }

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

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

border-color css

<style>
 span { border-color: #231ADC; }

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

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