Html Css Color HEX #230ADF Medium Blue

📋 copy color: '#230ADF'

red 35 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #230ADF

Tints of Medium Blue #230ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.21%

R = 13.06%
G = 3.73%
B = 83.21%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#230ADF (or 0x230ADF) is known color: Medium Blue. HEX triplet: 23, 0A and DF. RGB value is (35,10,223). Sum of RGB (Red+Green+Blue) = 35+10+223=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #230ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ADF is #DCF520. Grayscale: #282828. Windows color (decimal): -14480673 or 14617123. OLE color: 14617123.

HSL color Cylindrical-coordinate representation of color #230ADF: hue angle of 247.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230ADF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 10 223 -
CMYK 0.84 0.96 0 0.13
HSL 247.04º 0.91% 0.46% -
HSV(B) 247.04º 0.96% 0.87% -
XYZ 14.12 5.9 70.21 -
YUV 41.76 230.28 123.18 -
System Red Green Blue C M Y K H S L
Decimal 35 10 223 0.84 0.96 0 0.13 247.04 0.91 0.46
Hex 23 A DF 54 60 0 D F7 5B 2E
Octal 43 12 337 124 140 0 15 367 133 56
Binary 100011 1010 11011111 1010100 1100000 0 1101 11110111 1011011 101110

Color Harmonies of #230ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ADF

Black with #230ADF

Text Example


Text Example

White with #230ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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