Html Css Color HEX #230ADD Medium Blue

📋 copy color: '#230ADD'

red 35 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #230ADD

Tints of Medium Blue #230ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.08%

R = 13.16%
G = 3.76%
B = 83.08%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#230ADD (or 0x230ADD) is known color: Medium Blue. HEX triplet: 23, 0A and DD. RGB value is (35,10,221). Sum of RGB (Red+Green+Blue) = 35+10+221=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #230ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ADD is #DCF522. Grayscale: #282828. Windows color (decimal): -14480675 or 14486051. OLE color: 14486051.

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

Color convert

RGB 35 10 221 -
CMYK 0.84 0.95 0 0.13
HSL 247.11º 0.91% 0.45% -
HSV(B) 247.11º 0.95% 0.87% -
XYZ 13.85 5.79 68.8 -
YUV 41.53 229.28 123.34 -
System Red Green Blue C M Y K H S L
Decimal 35 10 221 0.84 0.95 0 0.13 247.11 0.91 0.45
Hex 23 A DD 54 5F 0 D F7 5B 2D
Octal 43 12 335 124 137 0 15 367 133 55
Binary 100011 1010 11011101 1010100 1011111 0 1101 11110111 1011011 101101

Color Harmonies of #230ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ADD

Black with #230ADD

Text Example


Text Example

White with #230ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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