Html Css Color HEX #231ADB Medium Blue

📋 copy color: '#231ADB'

red 35 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #231ADB

Tints of Medium Blue #231ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 78.21%

R = 12.5%
G = 9.29%
B = 78.21%

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

#231ADB (or 0x231ADB) is known color: Medium Blue. HEX triplet: 23, 1A and DB. RGB value is (35,26,219). Sum of RGB (Red+Green+Blue) = 35+26+219=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #231ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ADB is #DCE524. Grayscale: #313131. Windows color (decimal): -14476581 or 14359075. OLE color: 14359075.

HSL color Cylindrical-coordinate representation of color #231ADB: hue angle of 242.8º 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 #231ADB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 26 219 -
CMYK 0.84 0.88 0 0.14
HSL 242.8º 0.79% 0.48% -
HSV(B) 242.8º 0.88% 0.86% -
XYZ 13.85 6.21 67.49 -
YUV 50.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 35 26 219 0.84 0.88 0 0.14 242.8 0.79 0.48
Hex 23 1A DB 54 58 0 E F3 4F 30
Octal 43 32 333 124 130 0 16 363 117 60
Binary 100011 11010 11011011 1010100 1011000 0 1110 11110011 1001111 110000

Color Harmonies of #231ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ADB

Black with #231ADB

Text Example


Text Example

White with #231ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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