Html Css Color HEX #230ACB Medium Blue

📋 copy color: '#230ACB'

red 35 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #230ACB

Tints of Medium Blue #230ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.85%

R = 14.11%
G = 4.03%
B = 81.85%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#230ACB (or 0x230ACB) is known color: Medium Blue. HEX triplet: 23, 0A and CB. RGB value is (35,10,203). Sum of RGB (Red+Green+Blue) = 35+10+203=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #230ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ACB is #DCF534. Grayscale: #262626. Windows color (decimal): -14480693 or 13306403. OLE color: 13306403.

HSL color Cylindrical-coordinate representation of color #230ACB: hue angle of 247.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230ACB is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 10 203 -
CMYK 0.83 0.95 0 0.20
HSL 247.77º 0.91% 0.42% -
HSV(B) 247.77º 0.95% 0.8% -
XYZ 11.58 4.89 56.83 -
YUV 39.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 35 10 203 0.83 0.95 0 0.20 247.77 0.91 0.42
Hex 23 A CB 53 5F 0 14 F8 5B 2A
Octal 43 12 313 123 137 0 24 370 133 52
Binary 100011 1010 11001011 1010011 1011111 0 10100 11111000 1011011 101010

Color Harmonies of #230ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ACB

Black with #230ACB

Text Example


Text Example

White with #230ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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