Html Css Color HEX #230ABC Medium Blue

📋 copy color: '#230ABC'

red 35 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #230ABC

Tints of Medium Blue #230ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.69%

R = 15.02%
G = 4.29%
B = 80.69%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#230ABC (or 0x230ABC) is known color: Medium Blue. HEX triplet: 23, 0A and BC. RGB value is (35,10,188). Sum of RGB (Red+Green+Blue) = 35+10+188=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #230ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ABC is #DCF543. Grayscale: #252525. Windows color (decimal): -14480708 or 12323363. OLE color: 12323363.

HSL color Cylindrical-coordinate representation of color #230ABC: hue angle of 248.43º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230ABC is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 10 188 -
CMYK 0.81 0.95 0 0.26
HSL 248.43º 0.9% 0.39% -
HSV(B) 248.43º 0.95% 0.74% -
XYZ 9.88 4.21 47.87 -
YUV 37.77 212.78 126.03 -
System Red Green Blue C M Y K H S L
Decimal 35 10 188 0.81 0.95 0 0.26 248.43 0.9 0.39
Hex 23 A BC 51 5F 0 1A F8 5A 27
Octal 43 12 274 121 137 0 32 370 132 47
Binary 100011 1010 10111100 1010001 1011111 0 11010 11111000 1011010 100111

Color Harmonies of #230ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ABC

Black with #230ABC

Text Example


Text Example

White with #230ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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