Html Css Color HEX #230ADB Medium Blue

📋 copy color: '#230ADB'

red 35 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #230ADB

Tints of Medium Blue #230ADB

RGB

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

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

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

R = 13.26%
G = 3.79%
B = 82.95%

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

#230ADB (or 0x230ADB) is known color: Medium Blue. HEX triplet: 23, 0A and DB. RGB value is (35,10,219). Sum of RGB (Red+Green+Blue) = 35+10+219=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #230ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ADB is #DCF524. Grayscale: #282828. Windows color (decimal): -14480677 or 14354979. OLE color: 14354979.

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

Color convert

RGB 35 10 219 -
CMYK 0.84 0.95 0 0.14
HSL 247.18º 0.91% 0.45% -
HSV(B) 247.18º 0.95% 0.86% -
XYZ 13.59 5.69 67.4 -
YUV 41.3 228.28 123.51 -
System Red Green Blue C M Y K H S L
Decimal 35 10 219 0.84 0.95 0 0.14 247.18 0.91 0.45
Hex 23 A DB 54 5F 0 E F7 5B 2D
Octal 43 12 333 124 137 0 16 367 133 55
Binary 100011 1010 11011011 1010100 1011111 0 1110 11110111 1011011 101101

Color Harmonies of #230ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ADB

Black with #230ADB

Text Example


Text Example

White with #230ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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